aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-02-28 21:18:02 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-02-28 21:18:54 +0100
commitecad324ef338f4dd101b164ea41bb7db19ee582c (patch)
treea140eb96e885df1d4c4bfb4fd22d326863bc51f9 /README
parent49600a082b5f906c95c9fb864e59dc7506691b79 (diff)
downloadjson-rpc-shell-ecad324ef338f4dd101b164ea41bb7db19ee582c.tar.gz
json-rpc-shell-ecad324ef338f4dd101b164ea41bb7db19ee582c.tar.xz
json-rpc-shell-ecad324ef338f4dd101b164ea41bb7db19ee582c.zip
Move to liberty
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 3b024bc..69b1746 100644
--- a/README
+++ b/README
@@ -10,10 +10,12 @@ Fuck Java. With a sharp, pointy object. In the ass. Hard. json-c as well.
Building and Running
--------------------
-Build dependencies: CMake, pkg-config, help2man
+Build dependencies: CMake, pkg-config, help2man, liberty (included)
Runtime dependencies: libev, Jansson, cURL, readline
$ git clone https://github.com/pjanouch/json-rpc-shell.git
+ $ git submodule init
+ $ git submodule update
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug