This package provides the Mesa OpenGL Utility library.
If you have installed libglvnd, please install the GLFS version of GLU instead so that the library functions as expected.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://archive.mesa3d.org/glu/glu-9.0.3.tar.xz
Download MD5 sum: 06a4fff9179a98ea32ef41b6d83f6b19
Download size: 216 KB
Estimated disk space required: 5.9 MB
Estimated build time: 0.2 SBU
Install GLU by running the following commands:
mkdir build &&
cd build &&
meson setup .. \
--prefix=$XORG_PREFIX \
-D gl_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