Miscellaneous little changes

This commit is contained in:
Přemysl Eric Janouch 2015-02-26 22:56:52 +01:00
parent f6f66c9021
commit 0fb4a3cb34
2 changed files with 9 additions and 4 deletions

8
.gitignore vendored
View File

@ -1,5 +1,9 @@
# Build files # Build files
/json-rpc-shell /build
# Qt Creator files # Qt Creator files
/json-rpc-shell.* /CMakeLists.txt.user*
/json-rpc-shell.config
/json-rpc-shell.files
/json-rpc-shell.creator*
/json-rpc-shell.includes

5
README
View File

@ -10,7 +10,8 @@ Fuck Java. With a sharp, pointy object. In the ass. Hard. json-c as well.
Building and Running Building and Running
-------------------- --------------------
Build dependencies: CMake, pkg-config, help2man, libev, Jansson, cURL, readline Build dependencies: CMake, pkg-config, help2man
Runtime dependencies: libev, Jansson, cURL, readline
$ git clone https://github.com/pjanouch/json-rpc-shell.git $ git clone https://github.com/pjanouch/json-rpc-shell.git
$ mkdir build $ mkdir build
@ -19,7 +20,7 @@ Build dependencies: CMake, pkg-config, help2man, libev, Jansson, cURL, readline
$ 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