README: Advise on lack of readline

Missed in commit f1fc0df.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2017-09-02 14:57:06 +02:00
parent 3a13ba1f1f
commit ec513bb2aa
2 changed files with 10 additions and 0 deletions

View file

@ -19,6 +19,11 @@ instructions. Quick guide for the impatient: run configure; make;
make install. The last step is optional; everything runs fine right
from the build tree.
If configure reports "readline: no" in its configuration summary,
fancy line editing doesn't work in the client. Commonly caused by not
having development libraries installed. On Linux, try installing
readline-devel.
If configure reports "terminfo: no" in its configuration summary,
highlighting doesn't work. Commonly caused by not having development
libraries installed. On Linux, try installing ncurses-devel.