libepoxy is a library for handling OpenGL function pointer management.
OpenGL (libglvnd-1.7.0 or Mesa-25.0.2)
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
Inspect meson_options.txt
for a
full list of options.
--buildtype=release
:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.