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.
MD5 校验和:06a4fff9179a98ea32ef41b6d83f6b19
大小:216 KB
预计所需磁盘空间:5.9 MB
预计构建时间:0.2 SBU
Install GLU by running the following commands:
mkdir build &&
cd build &&
meson setup .. \
--prefix=$XORG_PREFIX \
--buildtype=release \
-D gl_provider=gl \
-D default_library=shared &&
ninja
This package does not come with a test suite.
Now, as the root user:
ninja install
-D default_library=shared:
This switch prevents building and installing the static library.