mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2025-03-22 16:56:17 +00:00
GLEW(https://github.com/nigels-com/glew, source updated nightly) with Cmake and pre-generated sources
For VBO: typedef ptrdiff_t GLsizeiptrARB; typedef ptrdiff_t GLintptrARB; as per email discussion with Marco Fabbricatore. See argumentation in auto/bin/update_ext.sh and auto/src/glew_pre.h. Windows needs to get this fixed. See glew_pre.h. git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@184 783a27ee-832a-0410-bc00-9f386506c6dd |
||
---|---|---|
auto | ||
build/vc6 | ||
doc | ||
src | ||
Makefile | ||
README.txt | ||
TODO.txt |
See doc/README.html for more information. Here's how to build GLEW from scratch: cd auto; make (Unix) cd ..; make (Windows) use the project file in build/vc6/ NOTE: You need wget and a reasonable set of binutils (e.g. sed v4)