OpenGL Client Side Libraries and Header Files -------------------------------------------- devGL.tar.Z contains OpenGL client side libraries and header files. This file is specifically made for users who want to compile OpenGL programs on their VGX/PI machines which are not currently supported by OpenGL in the Irix 5.2 release. After compilation, when the program is run, it's graphical output must be sent to an OpenGL-capable machine. The program's graphical output can be displayed on a remote machine by setting the DISPLAY environment variable, or you can rcp the executable to an OpenGL-capable machine and run it locally. After devGL.tar.Z is uncompressed and extracted, you should see a lib and a include directory under the current directory. You should cp all the files under the include to /usr/include/GL and cp all the files under lib to /usr/lib. The software is provided "as is" with no warranty/support of any kind.