mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 23:43:26 +01:00
6 lines
122 B
Bash
Executable File
6 lines
122 B
Bash
Executable File
set -x
|
|
set -e
|
|
mkdir build
|
|
cd build
|
|
cmake -DCMAKE_INSTALL_PREFIX:PATH=/tmp/encfs -DCMAKE_BUILD_TYPE=Debug -DMINIGLOG=ON ..
|