-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathINSTALL
42 lines (32 loc) · 1.5 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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. Edit Netrek.tmpl, checking and/or setting CC, CDEBUGFLAGS, _RSA.
If you want to use RSA, define MP_LIB (gnu MP) and MP_INCLUDE (gnu MP).
If you don't have it, the GNU mp library is available from
ftp://ftp.gnu.org/ or ftp://ftp.netrek.org/pub/netrek/gmp/.
Set defined OPTIONS/FEATURES as desired to YES/NO.
If you're not using RSA, set RSA_ to NO and skip to step 4.
2. RSA: Get the latest RES-RSA code from
ftp://ftp.netrek.org/pub/netrek/rsa/.
It is now legal to export RES-RSA. Contact [email protected]
or Dave Ahn ([email protected]) for details.
3. RSA:
* xmkmf
* make mkkey
* If you have the secret RSA key already, do 'mkkey -k <key-file>'
otherwise:
* mkkey key_name client_type architecture/OS creator comments
(Be sure to quote arguments that have spaces or special shell
characters)
4. xmkmf; make depend ; make
CLIENT DETAILS
* ./netrek -u for a description of command line options.
* ./netrek -v for RSA 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