update install instructions

This commit is contained in:
Valient Gough 2017-08-07 22:49:38 -04:00
parent 27c0c71c42
commit 217f646ea1
No known key found for this signature in database
GPG Key ID: 33C65E29813C14DF

View File

@ -17,12 +17,17 @@ Steps to build EncFS:
cmake .. cmake ..
make make
Optional, but strongly recommended, is running the test suite Optional, but strongly recommended, is running the unit and integration
to verify that the generated binaries work as expected tests to verify that the generated binaries work as expected. Unit
(runtime: 20 seconds) tests will run almost instantly:
make test make test
Integration tests will take ~20 seconds to run and will mount an
encrypted filesystem and run tests on it:
make integration
The compilation process creates two executables, encfs and encfsctl in The compilation process creates two executables, encfs and encfsctl in
the encfs directory. You can install to in a system directory via the encfs directory. You can install to in a system directory via