Installation instructions for fugue

February 5th, 2004.

Unfortunately, I didn't take the time to make a nice "configure" script that would set up makefiles all for you.

After that, make in this directory will create an executable file named "fugue" that I hope you'll enjoy to run.

REQUISITES :
1. You have to have SDL installed. Trust me, this isn't big deal to install, and it's quite a popular library.
	Get it at http://libsdl.org
2. You've got to have QT version 3 (or newer ?) installed. This is unfortunately quite long to compile, but it has become a standard for nice user interfaces with KDE.
3. Your QTDIR environment variable must be set to the directory where QT is installed. For example : /usr/qt  or /usr/local/qt  or /usr/qt/3  .
3. Maybe other very standard things that I didn't notice I was using.

INSTALLATION STEPS :
1. Edit the first line in the topmost Makefile :
	export SDL_INCLUDE_PATH=/usr/include/SDL/
	Replace /usr/include/SDL by your own SDL include directory.
	Normally, your SDL include path should be /usr/SDL/include, but it might also be /usr/local/SDL/include.
	The command "locate SDL.h" should help.
2. Run make in the same topmost directory.
3. Run ./fugue
4. Optionnaly, if you believe this program is serious enough to take place in your /usr/bin files, move it there and modify permissions so everyone can lose time trying to figure out what it is.
5. Enjoy.

Comments, ideas, blasts, anythings, are welcome at : Dominic.Genest.1@ulaval.ca
