
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)

   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. 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.

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
