The OpenGL Extension Wrangler Library
Go to file
Frank Park a790eb8129 Fixed a bug with shell script and added .gitattributes
Update_ext.sh does not utilize the blacklist correctly with cygwin due
to the argument -name in find is not quoted. Argument *.txt has been
changed to "*.txt" to fix the issue.

Also, it is currently possible for windows users to pull the repo in
CRLF format which destroys the scripts and source files. .gitattributes
were added to prevent this issue.
2014-10-19 01:59:48 -04:00
auto Fixed a bug with shell script and added .gitattributes 2014-10-19 01:59:48 -04:00
build Add Visual Studio 2013 project files 2014-07-12 15:18:41 +10:00
config Linux gcc 4.8 now builds clean with -Wcast-qual flag. 2014-10-14 19:24:49 +10:00
doc Fixup for GLEW 1.11.0 log.html 2014-08-12 11:06:04 +10:00
src Eliminate the internal use of CONST_CAST, to avoid gcc warnings with -Wcast-qual flag. 2014-07-14 17:53:21 +10:00
.gitattributes Fixed a bug with shell script and added .gitattributes 2014-10-19 01:59:48 -04:00
.gitignore Ignore some Visual Studio files 2014-07-12 15:18:19 +10:00
glew.pc.in GLEW Patch #66 - Fixups for pkg-config in MinGW build. 2014-07-13 23:41:45 +10:00
LICENSE.txt Set eol-style to native for misc headers and text files 2009-10-07 15:36:15 +00:00
Makefile For mingw builds, define GLEW_BUILD unconditionally for shared libs only. 2014-09-27 13:05:04 +10:00
README.txt Add web links to README.txt 2014-10-14 19:33:04 +10:00
TODO.txt updated todo list 2007-03-21 23:36:26 +00:00

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/