
			 	 Marbles
				 
			   an Atomix-like game	
			    by Michael Speck

------
1. Requirements
2. Installation
3. Manual
------

Requirements:
    X11, SDL(1.0 or better)

Installation:
    1.	type './configure'
	options:
	    --disable-sound (no sound)
	    --disable-install (no installation; play from source directory)
        --with-profile-path (path where profiles are saved)
	    --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 or
	type 'marbles --version' to query version

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

    