1Compiling Koules/2 on OS/2.
2---------------------------
3
4The source MUST be unpacked on a HPFS drive, some of us are tired of the old
58+3 format :-)
6
7To compile koules/2 you'll need:
8
9-  emx/gcc (version 09a + fix06 used in development)
10-  mm4emx10 the MultiMedia extension for emx/gcc
11-  GNU make for OS/2
12-  DIVE.LIB the link stub from Warp toolkit.
13
14Installation of sources:
15
16Copy vga.h & vgagl.h to your emx include directory, usually something like
17x:\emx\include, where x is the drive you've installed emx/gcc.
18
19Copy vga.lib & vgagl.lib to your emx lib directory, usually something like
20x:\emx\lib, where x is the drive you've installed emx/gcc.
21
22Make sure you've installed mm4emx and it's working.
23Make sure the include directory for the Warp toolkit is in to your emx include
24path.
25
26
27Type make -f makefile.os2
28