-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathINSTALL
26 lines (18 loc) · 856 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
BUILDING A BINARY
First, do you need to build a binary? There's a lot of client binaries
available already built for a wide variety of architectures. Check
ftp://ftp.netrek.org/pub/netrek/clients/brmh/bin/ for existing BRMH
binaries.
INSTALLATION
1. If compiling on Debian based distro you will need the following packages:
libgmp-dev xutils-dev libx11-dev
2. Edit Netrek.tmpl, checking and/or setting CC, CDEBUGFLAGS.
Set defined OPTIONS/FEATURES as desired to YES/NO.
3. xmkmf; make depend ; make
CLIENT DETAILS
* ./netrek -u for a description of command line options.
* ./netrek -v for version information
* At runtime, select "show help window" for a list of commands.
* At runtime, type ^s to display the list of features/macros/RCDs
COMMENTS, BUGS