]> git.pond.sub.org Git - empserver/blobdiff - README
Fix read beyond end of conditional argument on missing operand
[empserver] / README
diff --git a/README b/README
index a3c0b5ccbaad830f2f58d378cb31fcce8f71111d..c49894916cdd3c3a6122d0564d0d6ffe34cfad4c 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 Welcome to Empire 4, code-named Wolfpack.
 
 Empire is a multi-player, client/server Internet based war game.
-Copyright (C) 1986-2012, Dave Pare, Jeff Bailey, Thomas Ruschak,
+Copyright (C) 1986-2013, Dave Pare, Jeff Bailey, Thomas Ruschak,
 Ken Stevens, Steve McClure, Markus Armbruster
 
 This program is free software: you can redistribute it and/or modify
@@ -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'.