About:
~~~~~~
    Saper is a text clone of the popular 'minesweep' game.

Installation:
~~~~~~~~~~~~~

To compile saper run automake:

    	$ make
	
The output should look like this:

	make[1]: Entering directory `/root/saper-X.0.12/languages'
	L2C
	CC lang.C
	make[1]: Leaving directory `/root/saper-X.0.12/languages'
	make[1]: Entering directory `/root/saper-X.0.12/saper'
	CC args.C
	CC boxes.C
	CC classStatus.C
	CC classTheboard1.C
	CC classTheboard2.C
	CC classXY.C
	CC boxes.C
	CC saper.C
	AR saper.a
	make[1]: Leaving directory `/root/saper-X.0.12/saper'
	make[1]: Entering directory `/root/saper-X.0.12/src'
	CC init.C
	CC input.C
	CC operations.C
	AR src.a
	make[1]: Leaving directory `/root/saper-X.0.12/src'
	CC fsaper

Become root if necessary:

	$ su
	#
	
And run 'make install' to install saper in /usr/games

	# make install
	CP saper [...]/saper

Using:
~~~~~~

For further instructions run 'fsaper --help'

