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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue