
			 	 Marbles
				 
			   an Atomix-like game	
			    by Michael Speck

------
1. Requirements
2. Installation
3. Manual
4. RPM package
------

Requirements:
    X11, SDL(1.0 or better)

Installation:
    0.	IF YOU UPDATE FROM AN OLDER VERSION TO 001211 OR BETTER YOU HAVE TO
	DELETE FILE '.marbles.cfg' IN YOUR HOME DIRECTORY!
    1.	type './configure'
	options:
	    --disable-sound (no sound)
	    --disable-install (no installation; play from source directory)
	    --enable-ascii (for big-endian machines)
    2.	type 'make'
    3.	become root
    4.  type 'make install' (only if 'install' is not disabled)
    5.  type 'marbles' to play

Manual:
    For more information about the game see marbles/manual/manual.html.

RPM package:
    If you want to use the spec file to create an rpm package you must change
    line 'prf_dir=/var/lib/games" to 'prf_dir=/var/games' in file 
    'configure.in' and run autoconf!
    