
Sasteroids v1.5  - binary distribution
=======================================


********************************INSTALLATION**********************************

You must be 'root' to install the game.  This is a binary only release. If
you need to recompile the game, you must grab the separate source release
(which has 'src' in its name instead of 'bin').

This binary is compiled with joystick and sound support, however, it still
works if you don't have joystick or sound support in your kernel.

The game consists of the files 'sasteroids', 'sast.cf', and 'sastsound.cf'
which are placed in /usr/games during installation. If you don't have or
want sound support, you can erase sastsound.cf to save disk space.

The high score list is stored in 'sast.scores', created and maintained
automatically by sasteroids in the /var/games directory. You can copy the
old file '.SastScores' to '/var/games/sast.scores' if you used sasteroids
1.0 and want to keep your old high-score list.


Untar the distribution (of course, you've already done this ;-)
	tar zxvvof sasteroids1.5-bin.tar.gz

Or if your tar doesn't have the 'z' option:
	gzip -dc sasteroids1.5-bin.tar.gz | tar xvvof - 
	cd sasteroids1.5

To install, as ROOT, type:
	./installbin

To play the game, run the program:
	sasteroids

See 2-PROBLEMS if the program didn't install or run properly.
