diff options
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README.adoc b/README.adoc index 2138514..1936789 100644 --- a/README.adoc +++ b/README.adoc @@ -34,10 +34,10 @@ a package with the latest development version from Archlinux's AUR. Building -------- -Build dependencies: CMake, pkg-config, asciidoctor or asciidoc, - liberty (included), http-parser (included) + -Runtime dependencies: libev, Jansson, cURL, openssl, - readline or libedit >= 2013-07-12, +Build dependencies: CMake, pkg-config, liberty (included), + http-parser (included), asciidoctor or asciidoc (recommended but optional) + +Runtime dependencies: + libev, Jansson, cURL, openssl, readline or libedit >= 2013-07-12 $ git clone --recursive https://git.janouch.name/p/json-rpc-shell.git $ mkdir json-rpc-shell/build |