This package provides the Mesa OpenGL Utility library.
This package is known to build and work properly using an LFS 11.3 platform.
Download (FTP): ftp://ftp.freedesktop.org/pub/mesa/glu/glu-9.0.2.tar.xz
Download MD5 sum: 2b0f13fa5b949bfb3a995927c6e35125
Download size: 428 KB
Estimated disk space required: 9.2 MB
Estimated build time: 0.2 SBU
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/glu
Install GLU by running the following commands:
mkdir build && cd build && meson --prefix=$XORG_PREFIX -Dgl_provider=gl --buildtype=release .. && ninja
This package does not come with a test suite.
Now, as the root
user:
ninja install && rm -vf /usr/lib/libGLU.a