aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-02-26 22:56:52 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-02-26 22:56:52 +0100
commit0fb4a3cb349d49eeb431b4fb29bce63e456a1e20 (patch)
tree4c973d2c57ecdf9429bdf50470fe14f1a7472995
parentf6f66c90215180654cedf1c900560944a5ecef9b (diff)
downloadjson-rpc-shell-0fb4a3cb349d49eeb431b4fb29bce63e456a1e20.tar.gz
json-rpc-shell-0fb4a3cb349d49eeb431b4fb29bce63e456a1e20.tar.xz
json-rpc-shell-0fb4a3cb349d49eeb431b4fb29bce63e456a1e20.zip
Miscellaneous little changes
-rw-r--r--.gitignore8
-rw-r--r--README5
2 files changed, 9 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 7654c07..5979c20 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,9 @@
# Build files
-/json-rpc-shell
+/build
# 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
diff --git a/README b/README
index 1d0ba87..3b024bc 100644
--- a/README
+++ b/README
@@ -10,7 +10,8 @@ Fuck Java. With a sharp, pointy object. In the ass. Hard. json-c as well.
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
$ mkdir build
@@ -19,7 +20,7 @@ Build dependencies: CMake, pkg-config, help2man, libev, Jansson, cURL, readline
$ 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