mirror of
https://github.com/vgough/encfs.git
synced 2025-06-20 11:47:58 +02: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 ..
|
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user