The OpenGL Extension Wrangler Library
Go to file
Shehzan Mohammed 6d6407f57c Fix the symbolic links for libraries on unix based systems
* New links are:
  * libGLEW.so -> libGLEW.so.(major)
  * libGLEW.so.(major) -> libGLEW.so.(major).(minor)
  * libGLEW.so.(major).(minor) -> libGLEW.so.(major).(minor).(micro)
* No changes to systems where dll or single library is created without symlinks
2015-05-28 16:26:13 -04:00
auto For github pull request #33 - GLEW version in glew.h 2015-03-29 11:43:56 +10:00
build fix compile definitions for glewmx too 2015-02-26 11:10:12 +00:00
config Fix the symbolic links for libraries on unix based systems 2015-05-28 16:26:13 -04:00
doc Bump version to 1.12.0, updated documentation. 2015-01-24 22:45:29 +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 [cmake] Move cmake build into build/cmake to avoid collision with established GNUmake build system. 2015-02-19 21:45:56 +10:00
.gitignore [cmake] Move cmake build into build/cmake to avoid collision with established GNUmake build system. 2015-02-19 21:45:56 +10: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
Makefile Fix the symbolic links for libraries on unix based systems 2015-05-28 16:26:13 -04: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/