Remove static label from joymnu functions
[kraptor.git] / install
blobd9a3bc09ce4075475dffc11defe86ca9adb9ceeb
1 Kraptor
2 -------
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.
15 -- DJGPP users:
17 Type:
19         fix.bat djgpp
20         fix.bat test
21         make
23 -- Mingw users:
25 Type:
27         fix.bat mingw
28         fix.bat test
29         make
32 -- Linux users:
34 Type:
36         ./fix.sh linux
37         ./fix.sh test
38         make