This package provides the Mesa OpenGL Utility library.
This package is known to build and work properly using an LFS-9.0 platform.
GLU Download (FTP): ftp://ftp.freedesktop.org/pub/mesa/glu/glu-9.0.1.tar.xz
GLU Download MD5 sum: 151aef599b8259efe9acd599c96ea2a3
GLU Download size: 428 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 2019-08-17 15:49:15 -0700