diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 1999-02-23 03:41:13 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 1999-02-23 03:41:13 +0000 |
commit | ecc88c1e1cad4a5ac933fd085237f54cff62d2d4 (patch) | |
tree | 1332552f1f23a6a729b2c9eeddbba6b49250eace /docs/README.OS2 | |
parent | f9eae7b63b8459784f3776c9ace3c54fff49e492 (diff) |
initial rev
Diffstat (limited to 'docs/README.OS2')
-rw-r--r-- | docs/README.OS2 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/README.OS2 b/docs/README.OS2 new file mode 100644 index 0000000000..35b3e7a329 --- /dev/null +++ b/docs/README.OS2 @@ -0,0 +1,27 @@ + README for port of Mesa to XFree86 on OS/2 + (as of 19980802) + + +Instructions to build Mesa for XFree86/OS2: + +You need a recent version of XFree86 (3.3x or above) installed including +the supplied programming libraries and tools as well as EMX 0.9c (and above). + +Beginning after beta 7 there's again support for creating DLLs. +The details are handled in "mklib-emx.cmd" a small REXX script. +By now it does ensure compatiblity by using the function names as +entry points instead of ordinals. This will cost performance and +might be fixed in a future patch. + +We switched to the usual build method +(based on Makefile and make-config) beginning with Mesa 3.0 beta 5. +To use most of the standard files (including shell scripts) you should +have a un*x shell (sh) in path. + +To actually build the (static) libraries and demos type + make os2 + + +Alexander Mai +am@os-2.de +st002279@hrzpub.tu-darmstadt.de |