libepoxy is a library for handling OpenGL function pointer management.
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): https://github.com/anholt/libepoxy/releases/download/1.5.5/libepoxy-1.5.5.tar.xz
Download MD5 sum: 516ff05a42157c86e32c6598321737af
Download size: 220 KB
Estimated disk space required: 20 MB (with tests)
Estimated build time: 0.1 SBU (with tests)
Doxygen-1.9.1 (for documentation)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libepoxy
Install libepoxy by running the following commands:
mkdir build && cd build && meson --prefix=/usr .. && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install
-Ddocs=true
: If you have Doxygen-1.9.1 installed, add this option to
generate additional documentation.
Last updated on 2021-02-20 19:41:49 -0600