]> git.pond.sub.org Git - empserver/blob - src/client/README
Import of Empire 4.2.12
[empserver] / src / client / README
1
2 This is the basic Empire Client version 2.8.
3
4 See the "LEGAL", "LICENSE", "CREDITS" and "README" files for all the
5 related information and legal notices. It is expected that any future
6 projects/authors will amend these files as needed.
7
8 For questions and comments, please contact "wolfpack@wolfpackempire.com".
9
10 Note that this client is the same client that is shipped with the
11 server.  The only difference is the Makefile is copied from the
12 "Makefile.standalone" for the standalone distributions, and
13 from the "Makefile.server" for the server distributions.
14
15 If you are building this with the server, it is built automatically.
16
17 If you are building this standalone, continue reading to see how
18 to build the client.
19
20 To make the program, edit ipglob.c and change empirehost[] to
21 point at the machine where the game is running (although this is
22 not necessary.)
23
24 Also, if you are going to use "gcc", you need to change the Makefile
25 line "CC=cc" to "CC=gcc".
26
27 To build for a Linux macihne, type "make linux".
28
29 To build for a HP/UX machine, type "make hpux".
30
31 To build for a DG/UX machine, type "make dgux".
32
33 To build for a Solaris machine, type "make solaris".
34
35 To build for a Windows machine, type "nmake win32".
36   (Note that the Windows port was built with MSVC 5.0)
37
38 For other machines, type "make".
39
40 You can change hosts on-the-fly by using environment variables -- see
41 the man page for details.  But, for a short version, you can set the
42 EMPIREHOST and EMPIREPORT environment variables to the host and
43 port of the server you wish to connect to, and the client will
44 automatically use them instead of the built in ones.
45
46 Also note that pipes do not work on the Windows versions.
47