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