Merge branch 'develop' of github.com:cryfs/cryfs into develop
This commit is contained in:
commit
c828a48c2b
@ -37,7 +37,7 @@ Manual install (Debian)
|
|||||||
|
|
||||||
GUI
|
GUI
|
||||||
===
|
===
|
||||||
If you want to use a GUI to mount your CryFS volumes, take a look at [zuluCrypt](http://mhogomchungu.github.io/zuluCrypt/). You can simply drag&drop your CryFS encrypted directory into the zuluMount application to mount it.
|
If you want to use a GUI to mount your CryFS volumes, take a look at the [cryfs-gui project](https://github.com/mhogomchungu/cryfs-gui). You have to install the GUI **and** also CryFS itself for it to work.
|
||||||
|
|
||||||
Building from source
|
Building from source
|
||||||
====================
|
====================
|
||||||
@ -65,7 +65,7 @@ You can use the following commands to install these requirements
|
|||||||
$ sudo apt-get install git g++ cmake libcurl4-openssl-dev libboost-filesystem-dev libboost-system-dev libboost-chrono-dev libboost-program-options-dev libboost-thread-dev libcrypto++-dev libssl-dev libfuse-dev python
|
$ sudo apt-get install git g++ cmake libcurl4-openssl-dev libboost-filesystem-dev libboost-system-dev libboost-chrono-dev libboost-program-options-dev libboost-thread-dev libcrypto++-dev libssl-dev libfuse-dev python
|
||||||
|
|
||||||
# Fedora
|
# Fedora
|
||||||
TODO
|
sudo dnf install git gcc-c++ cmake libcurl-devel boost-devel boost-static cryptopp-devel openssl-devel fuse-devel python
|
||||||
|
|
||||||
# Macintosh
|
# Macintosh
|
||||||
brew install cmake boost cryptopp openssl
|
brew install cmake boost cryptopp openssl
|
||||||
|
Loading…
Reference in New Issue
Block a user