4 Instructions for compilation of the engine from source code.
6 Before compiling, check that:
7 (*) You have all compiler tools installed (gcc,make,etc)
8 (*) You have Allegro library properly installed (http://alleg.sf.net/)
9 (*) You have DUMB Music library properly installed (http://dumb.sf.net/)
12 The engine was tested and can be compiled with GNU GCC (Linux), MinGW (Windows), DJGPP (DOS)
13 It may be able to compile with other compilers too.