From 92f2339ef57e46dd9a7ff996ffe066518a40839d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Thu, 26 Feb 2015 22:55:25 +0100 Subject: Miscellaneous tiny changes --- README | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'README') diff --git a/README b/README index f70a3cc..34fad38 100644 --- a/README +++ b/README @@ -28,20 +28,21 @@ Some interesting features: Building -------- -Build dependencies: CMake, pkg-config, help2man, awk, sh, openssl +Build dependencies: CMake, pkg-config, help2man, awk, sh +Runtime dependencies: openssl $ git clone https://github.com/pjanouch/ZyklonB.git $ mkdir build $ cd build - $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release + $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug $ make To install the application, you can do either the usual: - $ make install + # make install Or you can try telling CMake to make a package for you. For Debian it is: $ cpack -G DEB - # dpkg -i sdtui-*.deb + # dpkg -i ZyklonB-*.deb Note that for versions of CMake before 2.8.9, you need to prefix cpack with `fakeroot' or file ownership will end up wrong. @@ -57,9 +58,9 @@ doing that), simply run the appropriate program with no arguments: $ zyklonb $ kike -ZyklonB stays running in the foreground, so I recommend launching it inside -a Screen or tmux session. kike, on the other hand, immediately forks into the -background. Use something like `killall' if you want to terminate it. +ZyklonB stays running in the foreground, therefore I recommend launching it +inside a Screen or tmux session. kike, on the other hand, immediately forks +into the background. Use something like `killall' if you want to terminate it. Client Certificates ------------------- -- cgit v1.2.3