GLEW(https://github.com/nigels-com/glew, source updated nightly) with Cmake and pre-generated sources
Go to file
omniavinco bdb7d8bdfc Merge https://github.com/nigels-com/glew.git into master HEAD at Fri Jul 24 17:44:18 GMT 2015 2015-07-25 02:44:18 +09:00
auto glxewContextInit fixup - require GLX_ARB_create_context. 2015-07-24 12:16:39 +10:00
build Updated generated source and headers with latest OpenGL registry. 2015-07-11 17:21:37 -04:00
config Add clang Linux configuraiton. 2015-06-18 21:17:44 +10:00
doc Updated generated source and headers with latest OpenGL registry. 2015-07-11 17:21:37 -04:00
include/GL Generate Sources of origin/master updated at Sat Jul 18 03:26:46 GMT 2015 2015-07-18 12:26:46 +09:00
src Generate Sources of origin/master updated at Sat Jul 18 03:26:46 GMT 2015 2015-07-18 12:26:46 +09:00
.gitattributes cmake: install config-module 2015-06-22 14:06:50 +02:00
.gitignore cmake: install config-module 2015-06-22 14:06:50 +02:00
.travis.yml Add travis.yml. 2015-04-27 08:33:15 +01:00
CMakeLists.txt [cmake] Move cmake build into build/cmake to avoid collision with established GNUmake build system. 2015-02-19 21:45:56 +10:00
LICENSE.txt Set eol-style to native for misc headers and text files 2009-10-07 15:36:15 +00:00
Makefile First try AR, then try LIBTOOL... 2015-03-26 19:52:10 +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
cmake-testbuild.sh cmake: install config-module 2015-06-22 14:06:50 +02:00
glew.pc.in Sourceforge Bug 263 - Fixed include path for pkg-config 2015-01-24 17:03:51 +10:00
maintain.sh Add daily maintain script 2015-07-18 12:22:19 +09: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/