libepoxy is a library for handling OpenGL function pointer management.
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
--buildtype=release
:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.
-D docs=true
: If you have Doxygen
installed, add this option to generate additional documentation.