From: Markus Armbruster Date: Sat, 2 Sep 2017 12:57:06 +0000 (+0200) Subject: README: Advise on lack of readline X-Git-Tag: v4.4.0~12 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=ec513bb2aa3eadc697d6b66809ebfcefa0bd71cd README: Advise on lack of readline Missed in commit f1fc0df. Signed-off-by: Markus Armbruster --- diff --git a/README b/README index e7918395c..7650ebd84 100644 --- a/README +++ b/README @@ -34,6 +34,11 @@ To build the server and set up a game, follow the steps below. 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 in the client. Commonly caused by not having development libraries installed. On Linux, try installing diff --git a/src/client/README b/src/client/README index 72839c0d9..8a36fca9d 100644 --- a/src/client/README +++ b/src/client/README @@ -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.