Cover configure reporting "terminfo: no" in READMEs

This commit is contained in:
Markus Armbruster 2013-05-08 19:19:12 +02:00
parent afb4761a57
commit b440ee4b84
2 changed files with 9 additions and 0 deletions

5
README
View file

@ -33,6 +33,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 "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
ncurses-devel.
If make fails without doing anything, you're probably not using
GNU make. Some systems have it installed as `gmake'.