]> git.pond.sub.org Git - empserver/blob - src/client/README
402c0e2ad6a32e446498fc7c8c3965a1909601ed
[empserver] / src / client / README
1 This is the basic Empire Client.
2
3 Empire is a multi-player, client/server Internet based war game.
4 Copyright (C) 1986-2013, Dave Pare, Jeff Bailey, Thomas Ruschak,
5 Ken Stevens, Steve McClure, Markus Armbruster
6
7 This program is free software: you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation, either version 3 of the License (in file
10 `COPYING'), or (at your option) any later version.
11
12 The client is distributed as part of the complete source tarball and
13 as a standalone client tarball.  The instructions below apply to the
14 client tarball.  If you got the complete source, as tarball or from
15 a git repository, refer to ../../README instead.
16
17 See file `INSTALL' for detailed compilation and installation
18 instructions.  Quick guide for the impatient: run configure; make;
19 make install.  The last step is optional; everything runs fine right
20 from the build tree.
21
22 If configure reports "terminfo: no" in its configuration summary,
23 highlighting doesn't work.  Commonly caused by not having development
24 libraries installed.  On Linux, try installing ncurses-devel.
25
26 The client connects to the Changeling blitz by default.  Use
27 environment variables EMPIREHOST and EMPIREPORT to connect to another
28 game (see manual page for details).
29
30 The client tarball is not meant for development.  Use the complete
31 source for that.
32
33 Please report bugs to <wolfpack@wolfpackempire.com> or via SourceForge
34 <http://sourceforge.net/projects/empserver/> (registration required).
35
36 For more information or help, try rec.games.empire on Usenet, or send
37 e-mail to <wolfpack@wolfpackempire.com> and we'll try to answer if we
38 can.  Also check out our web site at <http://www.wolfpackempire.com/>.
39
40 Have fun!
41
42 Wolfpack!