diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-12-24 15:45:49 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-12-25 23:38:40 +0100 |
commit | 63df918482ee7c3f672ec5db7518fa2057cdf4ef (patch) | |
tree | 4bb9533f807357799dcbc5fa9e3b8dc07b9a3e21 /README.adoc | |
parent | 3e2728443bd35160c844faccffd0d7e4e9ac429b (diff) | |
download | json-rpc-shell-63df918482ee7c3f672ec5db7518fa2057cdf4ef.tar.gz json-rpc-shell-63df918482ee7c3f672ec5db7518fa2057cdf4ef.tar.xz json-rpc-shell-63df918482ee7c3f672ec5db7518fa2057cdf4ef.zip |
Rewrite the input layer
Now we also support libedit for the backend.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index 4856080..dcf8128 100644 --- a/README.adoc +++ b/README.adoc @@ -29,7 +29,8 @@ Building and Running -------------------- Build dependencies: CMake, pkg-config, help2man, liberty (included), http-parser (included) + -Runtime dependencies: libev, Jansson, cURL, readline, openssl +Runtime dependencies: libev, Jansson, cURL, openssl, + readline or libedit >= 2013-07-12, $ git clone --recursive https://github.com/pjanouch/json-rpc-shell.git $ mkdir json-rpc-shell/build |