libepoxy-1.5.3

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-9.0 platform.

Package Information

libepoxy Dependencies

Required

Mesa-19.1.4

Optional

Doxygen-1.8.16 (for documentation, also requires -Ddocs=true to be set)

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libepoxy

Installation of libepoxy

Install libepoxy by running the following commands:

mkdir build &&
cd build &&

meson --prefix=/usr .. &&
ninja

To test the results, issue: ninja test.

Now, as the root user:

ninja install

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.

Last updated on 2019-08-16 15:28:01 -0700