libepoxy is a library for handling OpenGL function pointer management.
This package is known to build and work properly using an LFS-11.1 platform.
Download (HTTP): https://github.com/anholt/libepoxy/releases/download/1.5.9/libepoxy-1.5.9.tar.xz
Download MD5 sum: ecd74bc119637f5aac8e2cf6ee8c3899
Download size: 220 KB
Estimated disk space required: 17 MB (with tests)
Estimated build time: 0.1 SBU (with tests)
Doxygen-1.9.3 (for documentation)
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/libepoxy
Install libepoxy by running the following commands:
mkdir build && cd build && meson --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.
-Ddocs=true
: If you have Doxygen-1.9.3 installed, add this option to
generate additional documentation.
Last updated on