Update README

libedit (editline) seems to work just fine now,
except for not being fully asynchronous.
This commit is contained in:
Přemysl Eric Janouch 2022-09-04 17:06:49 +02:00
parent ba5a6374b6
commit 022668fb23
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 0 additions and 4 deletions

View File

@ -39,10 +39,6 @@ Build dependencies: CMake, pkg-config, asciidoctor or asciidoc,
Runtime dependencies: libev, Jansson, cURL, openssl,
readline or libedit >= 2013-07-12,
Avoid libedit if you can, in general it works but at the moment history is
acting up and I have no clue about fixing it. Multiline editing is also
misbehaving there.
$ git clone --recursive https://git.janouch.name/p/json-rpc-shell.git
$ mkdir json-rpc-shell/build
$ cd json-rpc-shell/build