This package provides the Mesa OpenGL Utility library.
This package is known to build and work properly using an LFS-10.1 platform.
Download (FTP): ftp://ftp.freedesktop.org/pub/mesa/glu/glu-9.0.1.tar.xz
Download MD5 sum: 151aef599b8259efe9acd599c96ea2a3
Download size: 428 KB
Estimated disk space required: 13 MB
Estimated 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 2021-02-21 13:05:24 -0600