blob: 35b3e7a32943f4ff9dda682bd86658dc43d91392 [file] [log] [blame]
Brian Paulecc88c11999-02-23 03:41:13 +00001 README for port of Mesa to XFree86 on OS/2
2 (as of 19980802)
3
4
5Instructions to build Mesa for XFree86/OS2:
6
7You need a recent version of XFree86 (3.3x or above) installed including
8the supplied programming libraries and tools as well as EMX 0.9c (and above).
9
10Beginning after beta 7 there's again support for creating DLLs.
11The details are handled in "mklib-emx.cmd" a small REXX script.
12By now it does ensure compatiblity by using the function names as
13entry points instead of ordinals. This will cost performance and
14might be fixed in a future patch.
15
16We switched to the usual build method
17(based on Makefile and make-config) beginning with Mesa 3.0 beta 5.
18To use most of the standard files (including shell scripts) you should
19have a un*x shell (sh) in path.
20
21To actually build the (static) libraries and demos type
22 make os2
23
24
25Alexander Mai
26am@os-2.de
27st002279@hrzpub.tu-darmstadt.de