This package provides the Mesa OpenGL Utility library.
This package is known to build and work properly using an LFS-7.5 platform.
GLU Download (FTP): ftp://ftp.freedesktop.org/pub/mesa/glu/glu-9.0.0.tar.bz2
GLU Download MD5 sum: be9249132ff49275461cf92039083030
GLU Download size: 484 KB
Estimated GLU disk space required: 13 MB
Estimated GLU build time: 0.2 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/glu
Install GLU 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
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2014-02-20 04:20:28 -0800