How to Install libepoxy-dev in Ubuntu 18.04



Install libepoxy-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libepoxy-dev

Description:

OpenGL function pointer management library- development

It hides the complexity of dlopen(), dlsym(), glXGetProcAddress(), eglGetProcAddress(), etc. from the app developer, with very little knowledge needed on their part. They get to read GL specs and write code using undecorated function names like glCompileShader(). . This package contains the development headers for the library found in libepoxy0. Non-developers likely have little use for this package.

Homepage: https://github.com/anholt/libepoxy

Version: 1.4.3-1

Section: libdevel