libepoxy is a library for handling OpenGL function pointer management.
This package is known to build and work properly using an LFS-8.4 platform.
Download (HTTP): https://github.com/anholt/libepoxy/releases/download/1.5.3/libepoxy-1.5.3.tar.xz
Download MD5 sum: e2845de8d2782b2d31c01ae8d7cd4cbb
Download size: 216 KB
Estimated disk space required: 34 MB (with tests)
Estimated build time: 0.1 SBU (with tests)
Doxygen-1.8.15 (for documentation, also requires -Ddocs=true to be set)
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
Last updated on 2019-02-15 13:01:29 -0800