From 14046db38d9fe4db0c424311b0e4aa352512555e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 8 Feb 2015 05:44:02 +0100 Subject: Add Travis CI configuration --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 725dbe5..678b77e 100644 --- a/README +++ b/README @@ -25,7 +25,7 @@ Build dependencies: CMake, pkg-config, help2man, curses, openssl, Jansson, $ git submodule update $ mkdir build $ cd build - $ cmake .. -DCMAKE_BUILD_TYPE=Debug -DWITH_LUA=NO + $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug -DWITH_LUA=NO $ make To install the application, you can do either the usual: -- cgit v1.2.3