Fix README
This commit is contained in:
parent
ac5c2f40a2
commit
ddf99cfc2b
8
README
8
README
|
@ -30,11 +30,9 @@ Build dependencies: CMake, pkg-config, help2man,
|
||||||
liberty (included), http-parser (included)
|
liberty (included), http-parser (included)
|
||||||
Runtime dependencies: libev, Jansson, cURL, readline, openssl
|
Runtime dependencies: libev, Jansson, cURL, readline, openssl
|
||||||
|
|
||||||
$ git clone https://github.com/pjanouch/json-rpc-shell.git
|
$ git clone --recursive https://github.com/pjanouch/json-rpc-shell.git
|
||||||
$ git submodule init
|
$ mkdir json-rpc-shell/build
|
||||||
$ git submodule update
|
$ cd json-rpc-shell/build
|
||||||
$ mkdir build
|
|
||||||
$ cd build
|
|
||||||
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug
|
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug
|
||||||
$ make
|
$ make
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue