diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,8 @@ Build dependencies: CMake, pkg-config, help2man, awk, sh Runtime dependencies: openssl $ git clone https://github.com/pjanouch/ZyklonB.git + $ git submodule init + $ git submodule update $ mkdir build $ cd build $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug |