glew: The OpenGL Extension Wrangler Library
Couannette
couannette at free.fr
Sun Jun 27 17:58:24 GMT 2004
Hi
the GLEW library would well fit in Moonbase for OpenGL devs ;^)
DETAILS:
MODULE=glew
VERSION=1.2.3
SOURCE=$MODULE-$VERSION-src.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
SOURCE_URL=$SFORGE_URL/$MODULE/$SOURCE
SOURCE_VFY=md5:16ca7e9d9de30455526fd7e7551abe51
WEB_SITE=http://glew.sourceforge.net/
ENTERED=20040627
UPDATED=20040627
SHORT="The OpenGL Extension Wrangler Library"
cat << EOF
The goal of the OpenGL Extension Wrangler Library (GLEW) is to assist
C/C++ OpenGL developers with two tedious tasks: initializing and using
extensions and writing portable applications. GLEW provides an efficient
run-time mechanism to determine whether a certain extension is supported
by the driver or not. OpenGL core and extension functionality is exposed
via a single header file. GLEW currently supports a variety of platforms
and operating systems, including Windows, Linux, Darwin, Irix, and Solaris.
EOF
BUILD:
(
sedit 's/bin\/\$(BIN): \$(BIN.SRCS)/bin\/\$(BIN): \$(BIN.SRCS)
lib\/\$(LIB.STATIC) lib\/\$(LIB.SHARED)/' Makefile
make &&
prepare_install &&
make install
) > $C_FIFO 2>&1
Cheers,
Michel
More information about the Lunar
mailing list