KBall
-----

This are instructions to compile the program from source code.

NOTE: for compiling the source code, you need a C++ compiler such as GNU GCC, DUMB, and the Allegro Game Library.

Get and proper install the following software:

* Allegro game library - Version 4.1.15 or better! - http://alleg.sf.net/
* DUMB music library - Version 0.9.2 or better!  - http://dumb.sf.net/
* GNU GCC - http://gcc.gnu.org/

Compilation instructions :

-- DJGPP users (DOS version of the game):

	fix.bat djgpp
	make

-- Mingw users (Windows version of the game):

	fix.bat mingw
	make

-- Linux users:

	./fix.sh linux
	make
