The OpenGL Extension Wrangler Library
Go to file
2014-01-14 11:44:53 -06:00
auto Fixup: glewinfo on Mac needs to call RegalMakeCurrent with the appropriate context. 2014-01-13 18:58:43 -06:00
build
config For patch #49 Add Haiku platform support 2013-12-09 15:20:56 -06:00
doc Add new snapshot links. 2014-01-10 16:12:58 -06:00
src Fixup: Slence mac cglang build warning about unused parameter. 2014-01-14 11:44:53 -06:00
.gitignore
glew.pc.in
LICENSE.txt
Makefile BUILD: respect DESTDIR variable 2013-07-24 01:41:27 +02:00
README.txt Update README steps for make 2013-09-20 21:44:05 -04:00
TODO.txt

See doc/index.html for more information.

If you downloaded the tarball from the GLEW website, you just need to:

    Unix:

        make
        
        sudo -s
        
        make install
        
        make clean

    Windows:

        use the project file in build/vc6/

If you wish to build GLEW from scratch (update the extension data from
the net or add your own extension information), you need a Unix
environment (including wget, perl, and GNU make).  The extension data
is regenerated from the top level source directory with:

        make extensions