diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-09-27 02:10:19 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-09-27 02:10:19 +0200 |
commit | 98bbea72d2565d2a8e69e371f5b2a8a6a5294154 (patch) | |
tree | 03279dd005da08e894658d0b743fce38250c5994 | |
parent | df5b7ad71a56ec6a55b8cd17b90ebaab88c9d35e (diff) | |
download | json-rpc-shell-98bbea72d2565d2a8e69e371f5b2a8a6a5294154.tar.gz json-rpc-shell-98bbea72d2565d2a8e69e371f5b2a8a6a5294154.tar.xz json-rpc-shell-98bbea72d2565d2a8e69e371f5b2a8a6a5294154.zip |
Fix README
-rw-r--r-- | README | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -29,11 +29,9 @@ Build dependencies: CMake, pkg-config, help2man, libmagic, liberty (included), http-parser (included) Runtime dependencies: libev, Jansson - $ git clone https://github.com/pjanouch/acid.git - $ git submodule init - $ git submodule update - $ mkdir build - $ cd build + $ git clone --recursive https://github.com/pjanouch/acid.git + $ mkdir acid/build + $ cd acid/build $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug $ make |