diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-09-25 21:24:00 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-09-25 21:24:18 +0200 |
commit | 4ed58dd89ab7ef8b1390a2814d87e0a0b329f793 (patch) | |
tree | ac1de034945207873b785ce1e4069f09bd66bea1 /README.adoc | |
parent | 022668fb2336433fda051357fc273b91a9a7092f (diff) | |
download | json-rpc-shell-4ed58dd89ab7ef8b1390a2814d87e0a0b329f793.tar.gz json-rpc-shell-4ed58dd89ab7ef8b1390a2814d87e0a0b329f793.tar.xz json-rpc-shell-4ed58dd89ab7ef8b1390a2814d87e0a0b329f793.zip |
Bump liberty, make use of its new asciiman.awk
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 |