libepoxy-1.5.10

Introduction to libepoxy

libepoxy is a library for handling OpenGL function pointer management.

[Note]

Note

Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.

Package Information

libepoxy Dependencies

Required

Mesa-24.0.3

Optional

Doxygen-1.10.0 (for documentation)

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

--buildtype=release: Specify a buildtype suitable for stable releases of the package, as the default may produce unoptimized binaries.

-Ddocs=true: If you have Doxygen-1.10.0 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