diff options
author | Philippe Houdoin <phoudoin@freedesktop.org> | 2004-10-13 00:35:55 +0000 |
---|---|---|
committer | Philippe Houdoin <phoudoin@freedesktop.org> | 2004-10-13 00:35:55 +0000 |
commit | fd7f62a50899ee385d5f2158941ab90cec7f9645 (patch) | |
tree | c044b059d4f1b1963f27c22aaff9d164029dca1c /docs/README.BEOS | |
parent | ac855a66886520aa2e8e1488f960eb621b126cf6 (diff) |
Forgot a contributor.
Update build requirements since we can build with BeOS vanilla gcc *and*
more recent gcc 2.95.3 versions (recommended for best performance).
Diffstat (limited to 'docs/README.BEOS')
-rw-r--r-- | docs/README.BEOS | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/README.BEOS b/docs/README.BEOS index 0a10b005f2..5847730af0 100644 --- a/docs/README.BEOS +++ b/docs/README.BEOS @@ -28,9 +28,11 @@ working. No optimizations have been made at this time. * Compiling -Requirements: - - gcc version 2.95.3 for BeOS - You can find it here: http://www.bebits.com/app/2157 +Since Mesa 6.x, it can be build under BeOS with both the R5 builtin gcc version +or more recent gcc versions available for BeOS, like this gcc version 2.95.3 for BeOS +you can find at http://www.bebits.com/app/2157. +Anyway, keep in mind that to take full advantage of Mesa x86 optimizations, you better +want to use gcc 2.95.3 or sooner versions... To build Mesa-powered BeOS libGL.so version, open an Terminal window, move to Mesa root folder and type this command: @@ -111,6 +113,7 @@ cause a fatal error when running with Be's OpenGL. Jake Hamby jhamby <at> anobject <dot> com Marcin Konicki ahwayakchih <at> neoni <dot> net Francois Revol revol <at> free <dot> fr +Nathan Whitehorn nathanw <at> uchicago <dot> edu * Older BeOS Driver @@ -131,4 +134,4 @@ as of February, 1999. ---------------------------------------------------------------------- -$Id: README.BEOS,v 1.11 2004/08/24 08:31:57 phoudoin Exp $ +$Id: README.BEOS,v 1.12 2004/10/13 00:35:55 phoudoin Exp $ |