diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-26 22:58:00 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-26 22:58:00 +0100 |
commit | 2dccb650bbd39ce2b99dfdaf819c22c47611d7c9 (patch) | |
tree | ef0bd819119bd8ce26c16ac3af58b83a302837a0 /README | |
parent | 48927ea64393fdf6d48a0cbac3106a44944acd3d (diff) | |
download | ponymap-2dccb650bbd39ce2b99dfdaf819c22c47611d7c9.tar.gz ponymap-2dccb650bbd39ce2b99dfdaf819c22c47611d7c9.tar.xz ponymap-2dccb650bbd39ce2b99dfdaf819c22c47611d7c9.zip |
Miscellaneous little changes
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -17,8 +17,8 @@ the maximum number of concurrent connections. Building and Running -------------------- -Build dependencies: CMake, pkg-config, help2man, curses, openssl, Jansson, - lua = 5.3 (optional) +Build dependencies: CMake, pkg-config, help2man +Runtime dependenices: curses, openssl, Jansson, lua = 5.3 (optional) $ git clone https://github.com/pjanouch/ponymap.git $ git submodule init @@ -29,7 +29,7 @@ Build dependencies: CMake, pkg-config, help2man, curses, openssl, Jansson, $ 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 |