]> git.pond.sub.org Git - empserver/blobdiff - src/client/README
Update copyright notice
[empserver] / src / client / README
index 957127ff565117204fc04565271d7cd50ba094b7..ebf10b01b54cba785cb04ec816b5df2011ce8fe7 100644 (file)
@@ -1,7 +1,7 @@
 This is the basic Empire Client.
 
 Empire is a multi-player, client/server Internet based war game.
-Copyright (C) 1986-2013, Dave Pare, Jeff Bailey, Thomas Ruschak,
+Copyright (C) 1986-2020, Dave Pare, Jeff Bailey, Thomas Ruschak,
 Ken Stevens, Steve McClure, Markus Armbruster
 
 This program is free software: you can redistribute it and/or modify
@@ -19,6 +19,15 @@ 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.
+
 The client connects to the Changeling blitz by default.  Use
 environment variables EMPIREHOST and EMPIREPORT to connect to another
 game (see manual page for details).
@@ -27,11 +36,11 @@ The client tarball is not meant for development.  Use the complete
 source for that.
 
 Please report bugs to <wolfpack@wolfpackempire.com> or via SourceForge
-http://sourceforge.net/projects/empserver (registration required).
+<http://sourceforge.net/projects/empserver/> (registration required).
 
 For more information or help, try rec.games.empire on Usenet, or send
 e-mail to <wolfpack@wolfpackempire.com> and we'll try to answer if we
-can.  Also check out our web site at "http://www.wolfpackempire.com".
+can.  Also check out our web site at <http://www.wolfpackempire.com/>.
 
 Have fun!