diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-09-02 19:39:49 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-09-02 20:00:10 +0200 |
commit | 7f69655c54fc83eccabfb5b9571870bee098f5bc (patch) | |
tree | 5f852b0cd80faa574f1d1effea2f0a097763a674 | |
parent | 444f97b35757f31890a3a62b0b2caa84d750f2a1 (diff) | |
download | xK-7f69655c54fc83eccabfb5b9571870bee098f5bc.tar.gz xK-7f69655c54fc83eccabfb5b9571870bee098f5bc.tar.xz xK-7f69655c54fc83eccabfb5b9571870bee098f5bc.zip |
README: discourage from using libedit
-rw-r--r-- | README.adoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index 5292c52..3fa197a 100644 --- a/README.adoc +++ b/README.adoc @@ -80,6 +80,9 @@ Runtime dependencies: openssl + Additionally for degesch: curses, libffi, lua >= 5.3 (optional), readline >= 6.0 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. + $ git clone --recursive https://git.janouch.name/p/uirc3.git $ mkdir uirc3/build $ cd uirc3/build |