diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-06-27 18:34:20 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-06-27 18:34:20 +0200 |
commit | 3dcdea4dd0bc8ed0c36076be6ed32c494c58d1f8 (patch) | |
tree | f156fc930fcea64e892b667fd24e1a3e3588c565 /nx-X11/extras/Mesa_6.4.2/docs/README.OpenStep | |
parent | c032f0e341c981036e9b3245a0e0710ad61599d0 (diff) | |
parent | fa70485dc0b3c6cc1045bde65fbd46fc3fd670b4 (diff) | |
download | nx-libs-3dcdea4dd0bc8ed0c36076be6ed32c494c58d1f8.tar.gz nx-libs-3dcdea4dd0bc8ed0c36076be6ed32c494c58d1f8.tar.bz2 nx-libs-3dcdea4dd0bc8ed0c36076be6ed32c494c58d1f8.zip |
Merge branch 'frantracer-mesa-update-6.4.2' into 3.6.x
Attributes GH PR #469: https://github.com/ArcticaProject/nx-libs/pull/469
Diffstat (limited to 'nx-X11/extras/Mesa_6.4.2/docs/README.OpenStep')
-rw-r--r-- | nx-X11/extras/Mesa_6.4.2/docs/README.OpenStep | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/nx-X11/extras/Mesa_6.4.2/docs/README.OpenStep b/nx-X11/extras/Mesa_6.4.2/docs/README.OpenStep new file mode 100644 index 000000000..a566eca67 --- /dev/null +++ b/nx-X11/extras/Mesa_6.4.2/docs/README.OpenStep @@ -0,0 +1,35 @@ +This is a port of the GL and GLU libraries to NeXT/Apple object +orientated systems. As these systems have their own window handling +systems we simply use the offscreen rendering capability of Mesa +to generate bitmaps which may then be displayed by the application +with a View as required. Example pieces of code may be found in the +OpenStep directory. + +Sadly there are now a proliferation of different system that we need to +support compilation for: The original NextStep system, The OpenStep +system, the Rhapsody/Mac OS X system and also the windows implementations +of the latter two systems. This version of the code has been compiled and +tested under the following architectures: + + NextStep 3.3 + OpenStep 4.2 + Rhapsody DR2 + WebObjects for NT 3.5 + WebObjects for NT 4.0 + +All tests were done with Intel processors. Feedback on other systems would, +however, be appreciated ! + +On UNIX systems simply type "make openstep". Under Windows systems +with WebObjects run the "win32-openstep.sh" script from within the Bourne +shell provided with the development environment. In both cases this will +build the libraries and place them into the "lib" directory. Some examples +may be found in the OpenStep directory showing how to use the code in an +actual application (MesaView) as well as some command line demos. + +The CC variable may be specified on the command line for doing such things +as building FFAT libraries or using alternative compilers to the standard 'cc' +e.g. make CC='cc -arch m68k -arch i386' openstep" will build the libraries +with both intel and motorola architectures. + +-Pete French. (pete@ohm.york.ac.uk) 7/6/1999 |