diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-08-24 01:09:02 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-08-24 01:09:30 +0200 |
commit | 3cf3c0215e776217a5ca0969462905ca22eba831 (patch) | |
tree | c1b7564057388b38fe9db3125dc416f811d2407e /README.adoc | |
parent | a2a72c8b922b28219f899a1810c0a8832b5c6e3b (diff) | |
download | json-rpc-shell-3cf3c0215e776217a5ca0969462905ca22eba831.tar.gz json-rpc-shell-3cf3c0215e776217a5ca0969462905ca22eba831.tar.xz json-rpc-shell-3cf3c0215e776217a5ca0969462905ca22eba831.zip |
Build with AsciiDoc as well as Asciidoctor
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index be42b73..35412b4 100644 --- a/README.adoc +++ b/README.adoc @@ -34,7 +34,7 @@ a package with the latest development version from Archlinux's AUR. Building -------- -Build dependencies: CMake, pkg-config, asciidoctor, +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, |