
Sasteroids v1.3  - 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 support, however, it still works if
you don't have a joystick or have the joystick kernel patches applied.

The game consists of the files 'sasteroids', and 'sast.cf', which are
placed in /usr/games during installation. 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.3-bin.tar.gz

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

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.
