# Note: depends on cmake # Note: depends on fuse # Note: depends on openssl # Note: depends on gettext wget -c https://github.com/vgough/encfs/releases/download/v1.9.5/encfs-1.9.5.tar.gz tar -xzf encfs-1.9.5.tar.gz cd encfs-1.9.5 mkdir -p build cd build cmake -DCMAKE_INSTALL_PREFIX="/usr" .. make # Doesn't mind -j# make install