Building On Linux
Debian-based Systems
Install the compilers and development libraries CipherShed depends on (tested on Debian Jessie).
sudo apt-get install build-essential nasm libfuse-dev libwxgtk2.8-dev pkgconf
Check out the sources from repository.
git clone https://github.com/CipherShed/CipherShed.git
Enter the newly checked out work-space and build.
cd CipherShed/src make
The binary can be found within the ./Main directory.
Arch
You'll need to download the gtk2 packages before the pinentry dependencies will be satisfied.