1a. If you have imake, edit Imakefile and change the definition of FRISKDIR 
    to point to where you want the Frisk datafiles, i.e. /usr/games/frisk or
    something.
1b. If you don't have imake, edit Makefile.dist to suit you and then copy it 
    over to Makefile.
2.  Type `xmkmf'
3.  Type `make'
4.  Try it out by running `risk' (which runs `friskserver' and `xfrisk').
5a. If everything is fine, then type `make install' which will install
    Frisk files to FRISKDIR.
5b. If something fails, let me know about it: elan@tasha.cheme.cornell.edu
7.  Enjoy it!


READ THIS!
==========

a. Is the app resource file XFrisk.ad installed in the right place?  You
   can change the XAPPLRESDIR environment variable to check in the current
   directory by typing something like:

	setenv XAPPLRESDIR /usr/lib/X11/app-defaults:./

b. If frisk is unable to find some of its files, make sure FRISKPATH is
   set to the correct value.

c. In order to set up a multiclient game, run friskserver on one machine, and
   then run the clients on the remote machines as follows:

	kashmir > friskserver &
	...
	silk > xfrisk kashmir &
	...
	cotton > xfrisk kashmir &

   Clients may start start to register players while the other clients
   join.
