README: Advise on lack of readline
Missed in commit f1fc0df
.
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
3a13ba1f1f
commit
ec513bb2aa
2 changed files with 10 additions and 0 deletions
5
README
5
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
|
make install. The last step is optional; everything runs fine
|
||||||
right from the build tree.
|
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,
|
If configure reports "terminfo: no" in its configuration summary,
|
||||||
highlighting doesn't work in the client. Commonly caused by not
|
highlighting doesn't work in the client. Commonly caused by not
|
||||||
having development libraries installed. On Linux, try installing
|
having development libraries installed. On Linux, try installing
|
||||||
|
|
|
@ -19,6 +19,11 @@ instructions. Quick guide for the impatient: run configure; make;
|
||||||
make install. The last step is optional; everything runs fine right
|
make install. The last step is optional; everything runs fine right
|
||||||
from the build tree.
|
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,
|
If configure reports "terminfo: no" in its configuration summary,
|
||||||
highlighting doesn't work. Commonly caused by not having development
|
highlighting doesn't work. Commonly caused by not having development
|
||||||
libraries installed. On Linux, try installing ncurses-devel.
|
libraries installed. On Linux, try installing ncurses-devel.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue