philthiel / glew_1.13.0

BALL contrib repository for Glew 1.13.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

BALL contrib repository for Glew 1.13.0

License:Other


Languages

Language:C 91.2%Language:HTML 6.3%Language:Perl 0.8%Language:Makefile 0.7%Language:Shell 0.5%Language:CMake 0.3%Language:CSS 0.1%Language:Python 0.0%Language:Gnuplot 0.0%