		   XSPACEWARP 1.2  (12/22/95)


		    HOW TO BUILD XSPACEWARP

You need to first unpack the source code with gunzip and tar:

gunzip xspacewarp-1.2.tar.gz
tar xvf xspacewarp-1.2.tar

This will create a subdirectory, "xspacewarp-1.2", containing all
the source code for xspacewarp.

By default, the Imakefile specifies Gnu g++ for compiling the
C++ source. Simply change the "CC = " line in the Imakefile to
whatever C++ compiler you are using. The code has only been
tested with the g++ compiler.

To compile the source, enter these commands in sequence while
inside the xspacewarp-1.2 directory:

xmkmf                            [standard X utility]
make Makefile
make                             [wait a while]

If all goes well, you'll now have the executable file
"xspacewarp" sitting in your current directory ready to
play. Have fun!
