         C O M P I L I N G   A N D   I N S T A L L A T I O N


========
OVERVIEW

	1. Go to the `sar' subdir, edit appropriate Makefile as
	   needed.

	2. `make -f <makefile>' where <makefile> is appropriate
	   Makefile for your system.

	3. If no errors occured, `make install'.


=========
COMPILING

	Detailed compiling instructions:

	Go to the `sar' subdirectory and modify the Makefile for
	your system as needed.

	If you do not have libY2 then you will need to remove
	-DHAVE_Y from the CFLAGS line and -lY2 from the LIB line.

	If you do not have libjsw then you will need to remove
	-DJS_SUPPORT from the CFLAGS line and -ljsw from the LIB
	line.

	You must have an implmentation of OpenGL installed, such as
	Mesa3D (http://www.mesa3d.org/) or hardware acceleration.


	Run `make -f <makefile>' where <makefile> is the Makefile
	most appropriate for your system and/or the one you
	modified above.

	If you encounter any problems or have any questions, please
	ask for help at http://wolfpack.twu.net/contacts.html


============
INSTALLATION

	If compilation was successful, run `make install'.


	Data files will be installed in:

		/usr/share/games/SearchAndRescue

	Program will be installed in:

		/usr/games/SearchAndRescue


	Note, do not confuse `SearchAndRescue' (this program) with
	the program `sar'.

                                                         =================
                                                         Search and Rescue
