General info:
-------------
gmms runs on both Linux and Windows.  For development, i used the following
Open Source tools:

For Windows:
	Dev-Cpp as Integrated Development Environment
	InnoSetup to create the setup file
	The Gimp to draw the icons in .png format
	png2ico to convert the .png to .ico format
	7zip to put everything in a ZIP file

For Linux:
	emacs, vi and gcc as Integrated Development Environment ;-)
	'make' to build the project


What libs you need to compile yourself:
----------------------------------

  * GTK+2.0 or higher


Linux install:
--------------
There's no 'make install' yet.  Just compile and run the program like this:

Untar/zip the downloaded archive with:

	tar xjvvf gmms.tar.gz

Change into the source directory:

	cd gmms/src

Compile the project:

	make

Run it (this is the fun part ;-)

	./gmms


Windows install:
----------------
Just download the zip file, extract somewhere and press the setup file.
If you don't get this thing running under Windows, it means you're stupid
and you should not be working with computers.