Contents
<$XORG_PREFIX>/share/doc/freeglut-2.8.0
freeglut is intended to be a 100% compatible, completely opensourced clone of the GLUT library. GLUT is a window system independent toolkit for writing OpenGL programs, implementing a simple windowing API, which makes learning about and exploring OpenGL programming very easy.
This package is known to build and work properly using an LFS-7.1 platform.
Download (HTTP): http://downloads.sourceforge.net/freeglut/freeglut-2.8.0.tar.gz
Download MD5 sum: 5db8651af306bc403fbfd36934a20e1d
Download size: 960 KB
Estimated disk space required: 10 MB
Estimated build time: 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/freeglut
Some of the demo programs in freeglut are quite old and do not follow
current practice when looking for libraries. If your $XORG_PREFIX
is not /usr, add the following
command:
export LIBRARY_PATH=$XORG_PREFIX/lib
Install freeglut by running the following commands:
./configure --prefix=$XORG_PREFIX --disable-static && make
This package does not come with a test suite.
Now, as the root user:
make install &&
mkdir -p $XORG_PREFIX/share/doc/freeglut-2.8.0 &&
cp doc/*.{html,png} $XORG_PREFIX/share/doc/freeglut-2.8.0
--disable-static: This option stops it
compiling a static version of the library.
<$XORG_PREFIX>/share/doc/freeglut-2.8.0
Last updated on 2012-05-16 21:47:06 +0000