%general-entities; ]> $Date$ GLEW-&glew-version; GLEW Introduction to GLEW GLEW is the OpenGL Extension Wrangler Library. &lfs101_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &glew-md5sum; Download size: &glew-size; Estimated disk space required: &glew-buildsize; Estimated build time: &glew-time; glew Dependencies Required User Notes: Installation of GLEW Install GLEW by running the following commands: sed -i 's%lib64%lib%g' config/Makefile.linux && sed -i -e '/glew.lib.static:/d' \ -e '/0644 .*STATIC/d' \ -e 's/glew.lib.static//' Makefile && make This package does not come with a test suite. Now, as the root user: make install.all Command Explanations sed -i 's%lib64%lib%g' ...: This ensures that the library is installed in /usr/lib. sed -i -e '/glew.lib.static:/d' ...: This suppresses the static library. make install.all: This installs the programs as well as the library. Contents Installed Programs Installed Library Installed Directory glewinfo and visualinfo libGLEW.so /usr/include/GL Short Descriptions glewinfo provides information about the supported extensions glewinfo visualinfo is an extended version of glxinfo visualinfo libGLEW.so provides functions to access OpenGL extensions libGLEW.so