
Edit the Imakefile to your liking, run xmkmf and then make all.
If you don't have xmkmf, modify the Makefile distributed with this
release.

This program has been run on Sun 3's and 4's, even color Suns
without any problems.

Make sure that the stankserver isn't taking up a RPC program number already
used on your system...  You don't want to cut off some other service
that's already in place...

Pick a fast or unused machine for your server.

This should run on non-Sun machines but may take some modification.  If
you have NFS running at your site, that's a good sign it will work.
You may have to rebuild the tankmsg_svc.c and tankmsg_clnt.c files.
This can be done by running rpcgen on tankmsg.x.  Note: I have modified
the tankmsg_svc.c file slightly and you will want to diff and remerge
the changes I made into your new tankmsg_svc.c file.

The makefile builds tankserver, tank and tankbif, but installs everything
as stankserver, stank and stankbif.

To test what you have built, run tankserver and specify one of the
mazefiles in the mazes directory. 
			tankserver mazes/maze.1

If you run rpcinfo, the tankserver should show up.



In another window, run 

			tank 'hostname'

where hostname is the name of the machine with the tankserver.  A window
should come up and you should be set.

The code is really quite trivial so if you want to modify the game, fix
any bugs, or just figure out how it works you shouldn't have too
difficult a time.

This has no relationship to xtank, which I've heard of but never seen.

good luck,
jojo
