GLEW(https://github.com/nigels-com/glew, source updated nightly) with Cmake and pre-generated sources
Go to file
2016-01-11 02:44:14 +09:00
auto Fix regression with aliased extension detection, in second pass of make_list 2016-01-08 20:48:29 +10:00
build Merge https://github.com/nigels-com/glew.git into master HEAD at Fri Jan 8 17:44:20 GMT 2016 2016-01-09 02:44:20 +09:00
config Disable stack protector for Linux builds, to avoid runtime dependency 2016-01-07 22:07:00 +10:00
doc Generate Sources of origin/master updated at Sun Dec 6 17:44:38 GMT 2015 2015-12-07 02:44:38 +09:00
include/GL Generate Sources of origin/master updated at Sun Dec 6 17:44:38 GMT 2015 2015-12-07 02:44:38 +09:00
src Generate Sources of origin/master updated at Fri Jan 8 17:44:39 GMT 2016 2016-01-09 02:44:39 +09:00
.gitattributes cmake: install config-module 2015-06-22 14:06:50 +02:00
.gitignore Update .gitignore for cmake generated .rc files in build/ 2016-01-08 22:58:42 +10:00
.travis.yml Re-enable Travis build for Core Context mode 2015-12-06 12:49:26 +10:00
cmake-testbuild.sh build: cmake-testbuild to work on OS X and with CMake < 3.0 2015-07-12 23:12:36 +02:00
CMakeLists.txt Add space before close-parenthesis 2015-10-07 14:23:34 +09:00
glew.pc.in Sourceforge Bug 263 - Fixed include path for pkg-config 2015-01-24 17:03:51 +10:00
LICENSE.txt Set eol-style to native for misc headers and text files 2009-10-07 15:36:15 +00:00
maintain.sh Add daily maintain script 2015-07-18 12:22:19 +09:00
Makefile Remove MX support due to the complexity of supporting both MX and Core contexts 2015-12-06 12:49:24 +10:00
README.md Add gitter chat room link to README.md 2016-01-10 22:15:34 +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

Build Status Gitter

Build

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

Unix

$ make
$ sudo make install
$ make clean

Windows

use the project file in build/vc12/

Code Generation

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/

Travis-built snapshots are also available:

https://glew.s3.amazonaws.com/index.html