libepoxy-1.5.10

Introduction to libepoxy

libepoxy is a library for handling OpenGL function pointer management.

libepoxy Dependencies

Required

OpenGL (libglvnd-1.7.0 or Mesa-25.0.2)

Installation of libepoxy

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

Command Explanations

[Note]

Note

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.

Contents

Installed Programs: None
Installed Libraries: libepoxy.so
Installed Directories: /usr/include/epoxy

Short Descriptions

libepoxy.so

contains API functions for handling OpenGL function pointer management