From 2dccb650bbd39ce2b99dfdaf819c22c47611d7c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Thu, 26 Feb 2015 22:58:00 +0100 Subject: [PATCH] Miscellaneous little changes --- .gitignore | 1 + README | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 19755a1..ca22e55 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ /build # Qt Creator files +/CMakeLists.txt.user* /ponymap.config /ponymap.files /ponymap.creator* diff --git a/README b/README index 678b77e..ade0cce 100644 --- a/README +++ b/README @@ -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