diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-09-27 01:56:26 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-09-27 01:56:26 +0200 |
commit | ddf99cfc2bb2ac01dc2629c3cc27a9434942b17c (patch) | |
tree | a875ab102fdc4c8695fb9c07c4920637515cbbb2 /README | |
parent | ac5c2f40a2e25e12e2cd918e88f2101c5bb2f1fa (diff) | |
download | json-rpc-shell-ddf99cfc2bb2ac01dc2629c3cc27a9434942b17c.tar.gz json-rpc-shell-ddf99cfc2bb2ac01dc2629c3cc27a9434942b17c.tar.xz json-rpc-shell-ddf99cfc2bb2ac01dc2629c3cc27a9434942b17c.zip |
Fix README
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -30,11 +30,9 @@ Build dependencies: CMake, pkg-config, help2man, liberty (included), http-parser (included) Runtime dependencies: libev, Jansson, cURL, readline, openssl - $ git clone https://github.com/pjanouch/json-rpc-shell.git - $ git submodule init - $ git submodule update - $ mkdir build - $ cd build + $ git clone --recursive https://github.com/pjanouch/json-rpc-shell.git + $ mkdir json-rpc-shell/build + $ cd json-rpc-shell/build $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug $ make |