Miscellaneous little changes
This commit is contained in:
parent
48927ea643
commit
2dccb650bb
|
@ -2,6 +2,7 @@
|
||||||
/build
|
/build
|
||||||
|
|
||||||
# Qt Creator files
|
# Qt Creator files
|
||||||
|
/CMakeLists.txt.user*
|
||||||
/ponymap.config
|
/ponymap.config
|
||||||
/ponymap.files
|
/ponymap.files
|
||||||
/ponymap.creator*
|
/ponymap.creator*
|
||||||
|
|
6
README
6
README
|
@ -17,8 +17,8 @@ the maximum number of concurrent connections.
|
||||||
|
|
||||||
Building and Running
|
Building and Running
|
||||||
--------------------
|
--------------------
|
||||||
Build dependencies: CMake, pkg-config, help2man, curses, openssl, Jansson,
|
Build dependencies: CMake, pkg-config, help2man
|
||||||
lua = 5.3 (optional)
|
Runtime dependenices: curses, openssl, Jansson, lua = 5.3 (optional)
|
||||||
|
|
||||||
$ git clone https://github.com/pjanouch/ponymap.git
|
$ git clone https://github.com/pjanouch/ponymap.git
|
||||||
$ git submodule init
|
$ git submodule init
|
||||||
|
@ -29,7 +29,7 @@ Build dependencies: CMake, pkg-config, help2man, curses, openssl, Jansson,
|
||||||
$ make
|
$ make
|
||||||
|
|
||||||
To install the application, you can do either the usual:
|
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:
|
Or you can try telling CMake to make a package for you. For Debian it is:
|
||||||
$ cpack -G DEB
|
$ cpack -G DEB
|
||||||
|
|
Loading…
Reference in New Issue