diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-08 05:44:02 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-08 05:44:02 +0100 |
commit | 14046db38d9fe4db0c424311b0e4aa352512555e (patch) | |
tree | 84f11aaacc17b1fee4a579bd39a59c045fa42640 /README | |
parent | d8ecd402c9fffe7555d339d500f7525f5703ef58 (diff) | |
download | ponymap-14046db38d9fe4db0c424311b0e4aa352512555e.tar.gz ponymap-14046db38d9fe4db0c424311b0e4aa352512555e.tar.xz ponymap-14046db38d9fe4db0c424311b0e4aa352512555e.zip |
Add Travis CI configuration
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |