
INSTALLATION
   
   xmkmf (X11 bin) is REQUIRED for this installation.

   You need to get rsa_util.c from the rsa distribution and put it in
   the ./ntserv directory.

   Calvin.tmpl is the only file you should need to edit.
   The top section is for system dependent things:
      
      CC 		-- C compiler
      CDEBUGFLAGS	-- optimization flags
      NETREK_BIN	-- where all binaries are to reside
      PLANFILE		-- location of .plan file for scores information
			   via 'finger'
      MP_LIB		-- location of mp library (GNU highly recommended)
      MP_INCLUDE	-- location of mp include files (mp.h)
      EXTRA_LIBRARIES	-- anything special
      SPECIAL_DEFINES	-- any special definitions (SYSV).  Comment out
			   -DUSE_SYS_PROTOS if your compiler doesn't like
			   the system prototypes given (i.e. if you're not
			   on SunOS)


   The options section follows.  Set any option to YES for enable, NO for 
   disable.  NOTE: Basepractice is a special option that is incompatible 
   with any existing player files since it changes the player stats structure.
   It also disables t-mode.

   Compiling:
      
    % xmkmf
    % make Makefiles depend all

   if all goes well 

    % make install

   That's it!  Go to the bin directory, check or edit the .ports file for any 
   port changes, check .sysdef for server configurations and do
   
    % ./ntstart


COMMENTS, QUESTION, BUGS
   
   hadley@uci.edu
