
Setup on OS-X


If you have a previous installation of the game on your computer, 
then delete it by typing something like:

	rm -fr <game-installation-directory>/<game-dir>

This will save space on your computer's disk drive, and will 
help to avoid confusion.  Each download is self-contained.

Choose an installation directory and move the tarball there;  
leaving it in ./Downloads is fine.

Next, gunzip the archive;  
	gunzip <file-name>.tar.gz

then untar with a command like
	tar -xf <file-name>.tar

This will create a new directory, <game-dir>, containing the game.

Then
	cd <game-dir>


