mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 15:33:16 +01:00
update install instructions
This commit is contained in:
parent
27c0c71c42
commit
217f646ea1
11
INSTALL.md
11
INSTALL.md
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user