update install instructions

This commit is contained in:
Valient Gough
2017-08-07 22:49:38 -04:00
parent 27c0c71c42
commit 217f646ea1

View File

@@ -17,12 +17,17 @@ Steps to build EncFS:
cmake ..
make
Optional, but strongly recommended, is running the test suite
to verify that the generated binaries work as expected
(runtime: 20 seconds)
Optional, but strongly recommended, is running the unit and integration
tests to verify that the generated binaries work as expected. Unit
tests will run almost instantly:
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 encfs directory. You can install to in a system directory via