diff options
author | Brian Paul <[email protected]> | 1999-09-15 16:39:01 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 1999-09-15 16:39:01 +0000 |
commit | c8c391d584d0f459d7f918167caed7bf4ef40fd5 (patch) | |
tree | 2893447dd268b061e01196550c35f438fdf981f3 /docs/README.X11 | |
parent | e42048f93793b17f2ac549f0705cbb3d2b6473d2 (diff) |
removed mention of libMesaGL
Diffstat (limited to 'docs/README.X11')
-rw-r--r-- | docs/README.X11 | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/docs/README.X11 b/docs/README.X11 index 0e037b37ffa..7157b703ab4 100644 --- a/docs/README.X11 +++ b/docs/README.X11 @@ -40,16 +40,6 @@ Header and library files: (actually, use "cp -d" on Linux to preserve symbolic links) - Create a few symbolic links so that compiling OpenGL applications is easy: - cd /usr/local/lib - IF USING STATIC (lib*.a) FILES THEN - ln -s libMesaGL.a libGL.a - ln -s libMesaGLU.a libGLU.a - ELSE - ln -s libMesaGL.so libGL.so - ln -s libMesaGLU.so libGLU.so - ENDIF - Xt/Motif widgets: If you want to use Mesa or OpenGL in your Xt/Motif program you can build @@ -108,8 +98,6 @@ Remote display of OpenGL/GLX programs: in /usr/local/Mesa and using the C-shell: % cd /usr/local/Mesa % make irix5-dso - % cd lib - % ln -s libMesaGL.so libGL.so % setenv _RLD_LIST "/usr/local/Mesa/lib/libGL.so:DEFAULT" % /usr/demos/bin/ideas_ogl // this is a test @@ -313,4 +301,4 @@ Summary of X-related environment variables: ---------------------------------------------------------------------- -$Id: README.X11,v 3.2 1998/10/03 12:48:50 brianp Exp $ +$Id: README.X11,v 3.3 1999/09/15 16:39:01 brianp Exp $ |