libepoxy-1.2

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-7.6 systemd platform.

Package Information

libepoxy Dependencies

Required

MesaLib-10.2.7

Optional

Python-3.4.1

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

Installation of libepoxy

Install libepoxy by running the following commands:

./autogen.sh --prefix=/usr &&
make

To test the results, issue: make -k check. Some test may fail for unknown reasons.

Now, as the root user:

make 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 2014-08-23 08:05:43 -0700