redream/deps/glew-1.13.0
Anthony Pesch 0bbc9981b4 added glew 2015-08-27 09:55:10 -07:00
..
auto added glew 2015-08-27 09:55:10 -07:00
build added glew 2015-08-27 09:55:10 -07:00
config added glew 2015-08-27 09:55:10 -07:00
doc added glew 2015-08-27 09:55:10 -07:00
include/GL added glew 2015-08-27 09:55:10 -07:00
src added glew 2015-08-27 09:55:10 -07:00
LICENSE.txt added glew 2015-08-27 09:55:10 -07:00
README.txt added glew 2015-08-27 09:55:10 -07:00
TODO.txt added glew 2015-08-27 09:55:10 -07:00
glew.pc added glew 2015-08-27 09:55:10 -07:00
glew.pc.in added glew 2015-08-27 09:55:10 -07:00
glewmx.pc added glew 2015-08-27 09:55:10 -07:00

README.txt

GLEW - The OpenGL Extension Wrangler Library

       http://glew.sourceforge.net/
       https://github.com/nigels-com/glew

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/vc12/

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

An alternative to generating the GLEW sources from scratch is to
download a pre-generated (unsupported) snapshot:

        https://sourceforge.net/projects/glew/files/glew/snapshots/