Allow users skip intro, and reduce its length
[kball.git] / INSTALL
blob44cc8d554c081a879ff5cdeff3f0b996ec800d26
1 KBall
2 -----
4 This are instructions to compile the program from source code.
6 NOTE: for compiling the source code, you need a C++ compiler such as GNU GCC, DUMB, and the Allegro Game Library.
8 Get and proper install the following software:
10 * Allegro game library - Version 4.1.15 or better! - http://alleg.sf.net/
11 * DUMB music library - Version 0.9.2 or better!  - http://dumb.sf.net/
12 * GNU GCC - http://gcc.gnu.org/
14 Compilation instructions :
16 -- DJGPP users (DOS version of the game):
18         fix.bat djgpp
19         make
21 -- Mingw users (Windows version of the game):
23         fix.bat mingw
24         make
26 -- Linux users:
28         ./fix.sh linux
29         make