This package provides the Mesa OpenGL Utility library.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://archive.mesa3d.org/glu/glu-9.0.3.tar.xz
Download SHA256 Sum: bd43fe12f374b1192eb15fe20e45ff456b9bc26ab57f0eee919f96ca0f8a330f
Download MD5 sum: 06a4fff9179a98ea32ef41b6d83f6b19
Download size: 1,689.7 KB
Estimated disk space required: 5,396.3 KB
Estimated build time: less than 0.1 SBU
Prepare GLU by running the following commands:
meson setup build \
--prefix=/usr \
--buildtype=release \
-D gl_provider=glNow Build the package, issue:
ninja -C build
This package does not come with a test suite.
Now Install the package, as the root user:
ninja -C build install rm -vf /usr/lib/libGLU.a