
To build,make sure you have installed:

1. Development package of libgcrypt
2. Development package of ecryptfs-util.The package name is "ecryptfs-utils-devel" in Fedora
   and "libecryptfs-dev" in Debian.
3. Development package of libmount
4. cmake
5. gcc compiler
6. Development package of keyutils library

How to build.

Open the terminal and browse to the project's source folder and run the following commands

mkdir build ; cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=release ..
make
make install (MUST BE RUNNED FROM ROOT'S ACCOUNT)


