libepoxy is a library for handling OpenGL function pointer management.
This package is known to build and work properly using an LFS-10.0 platform.
Download (HTTP): https://github.com/anholt/libepoxy/releases/download/1.5.4/libepoxy-1.5.4.tar.xz
Download MD5 sum: 00f47ad447321f9dc59f85bc1c9d0467
Download size: 224 KB
Estimated disk space required: 27 MB (with tests)
Estimated build time: 0.1 SBU (with tests)
Doxygen-1.8.19 (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.8.19 installed, add this option to
generate additional documentation.
Last updated on 2020-08-17 14:48:50 -0700