libepoxy is a library for handling OpenGL function pointer management.
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.
下载地址(HTTP):https://download.gnome.org/sources/libepoxy/1.5/libepoxy-1.5.10.tar.xz
MD5 校验和:10c635557904aed5239a4885a7c4efb7
大小:220 KB
预计所需磁盘空间:13 MB(含测试)
预计构建时间:0.1 SBU(含测试)
Doxygen-1.17.0 (for documentation)
Install libepoxy by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
To test the results, issue: ninja test.
Now, as the root user:
ninja install
--buildtype=release:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.
-D docs=true: If you have Doxygen-1.17.0 installed, add this option to
generate additional documentation.