libepoxy-1.5.10

Introduction to libepoxy

libepoxy is a library for handling OpenGL function pointer management.

This package is known to build and work properly using an LFS 12.4 platform.

Package Information

libepoxy Dependencies

Required

Mesa-25.2.7

Optional

"doxygen" (for documentation)

Installation of libepoxy

Install libepoxy by running the following commands:

meson setup build --prefix=/usr --buildtype=release

To Build the package, issue:

ninja -C build

To test the results, issue:

ninja -C build test

Now Install, as the root user:

ninja -C build install

Command Explanations

-D docs=true: If you have "doxygen" installed, add this option to generate additional documentation.

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