home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.3 Development Libraries / SGI IRIX 6.3 Development Libraries.iso / dist6.3 / gl_dev.idb / usr / share / src / OpenGL / README.z / README
Encoding:
Text File  |  1996-12-06  |  599 b   |  22 lines

  1. To build all of the OpenGL samples, type make. Look in the
  2. makefile for the order in which directories must be built.
  3.  
  4. You can set the different object styles by setting the env variable GLSTYLE:
  5.  
  6.     setenv GLSTYLE 32
  7.     setenv GLSTYLE n32
  8.     setenv GLSTYLE 64
  9.  
  10. Note that all three styles are made by default.
  11. If you do set one of the style flags above, do the following also:
  12.  
  13.     setenv INSTOPTS -t
  14.  
  15. This will insure that make install will still work since make install
  16. will try to install all three styles.
  17.  
  18. You can enable debugging by setting the env variable GLDEBUG:
  19.  
  20.     setenv GLDEBUG y
  21.  
  22.