2014-10-14 09:33:04 +00:00
|
|
|
GLEW - The OpenGL Extension Wrangler Library
|
|
|
|
|
|
|
|
http://glew.sourceforge.net/
|
|
|
|
https://github.com/nigels-com/glew
|
|
|
|
|
2005-01-05 01:02:08 +00:00
|
|
|
See doc/index.html for more information.
|
2003-12-15 16:00:55 +00:00
|
|
|
|
2004-01-13 07:15:59 +00:00
|
|
|
If you downloaded the tarball from the GLEW website, you just need to:
|
|
|
|
|
|
|
|
Unix:
|
|
|
|
|
|
|
|
make
|
2014-10-14 09:33:04 +00:00
|
|
|
|
2013-09-21 01:44:05 +00:00
|
|
|
sudo -s
|
2014-10-14 09:33:04 +00:00
|
|
|
|
2013-09-21 01:44:05 +00:00
|
|
|
make install
|
2014-10-14 09:33:04 +00:00
|
|
|
|
2013-09-21 01:44:05 +00:00
|
|
|
make clean
|
2003-11-06 23:06:26 +00:00
|
|
|
|
2004-01-13 07:15:59 +00:00
|
|
|
Windows:
|
2003-11-06 23:11:33 +00:00
|
|
|
|
2014-09-27 01:51:15 +00:00
|
|
|
use the project file in build/vc12/
|
2003-11-06 23:11:33 +00:00
|
|
|
|
2004-01-13 07:15:59 +00:00
|
|
|
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
|
2004-02-01 20:03:26 +00:00
|
|
|
environment (including wget, perl, and GNU make). The extension data
|
|
|
|
is regenerated from the top level source directory with:
|
2003-11-06 23:06:26 +00:00
|
|
|
|
2004-01-13 07:15:59 +00:00
|
|
|
make extensions
|
2014-09-27 01:51:15 +00:00
|
|
|
|
|
|
|
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/
|