
INSTALLATION

   1. edit Netrek.tmpl adding the appropriate paths for the MP libraries,
      and setting or resetting OPTIONS.  If you don't have it, the GNU 
      mp library is available on prep.ai.mit.edu.  Look for 
      /pub/[GNU,gnu]/gmp*
      
   2. get rsa_clientutil.c and mkkey.c from the RSA distribution.
      (there's some kind of legal problem with having RSA code in public
      distributions)  Contact trown@ecst.csuchico.edu for information required
      to decrypt the RSA code distribution.

   3. If you have an rsa key already, set Netrek.tmpl's RSA_KEYFILE to its name
      (it should have a .secret extension already).  If you do not have one,
      read on.
      
   4. xmkmf

   5. If you're compiling under Ultrix with the native C compiler that supports
      optimization -O4, skip this step and see DEC/ULTRIX-SPECIFIC INSTALL.

      Otherwise, do:
	 make depend all

  (6. If the depend step fails because you don't have a key you can
      make one with mkkey.  Do ./mkkey for instructions.)

DEC/ULTRIX-SPECIFIC INSTALL
   
   The dec native C compiler supports optimization -O4 which can't be
   used with the -c flag.  This means all source files must be compiled 
   together in one step if you want to use it.

   After step 4, above, make sure CDEBUGFLAGS in Netrek.tmpl is empty and do:
	 make randomize mkkey rsa-client.c
   then do
	 make CDEBUGFLAGS=-O4 netrek.dec

CLIENT DETAILS
   
   * ./netrek -u for a description of command line options.
   * At runtime, select "show help window" for a list of commands.
   * At runtime, select "show xtrekrc window" for a list of .xtrekrc 
     options.

COMMENTS, BUGS
   
   hadley@uci.edu
