cginternals / glbinding

A C++ binding for the OpenGL API, generated using the gl.xml specification.
https://glbinding.org
MIT License
831 stars 93 forks source link

Missing glbinding.h on Ubuntu 20.04 #317

Closed xubury closed 3 years ago

xubury commented 3 years ago

Hi, I am using glbinding on Windows(MinGW-GCC) for a while. Recently, I try it on Ubuntu but fail to locate glbinding.h. Is there something wrong with the apt packge on Ubuntu? Should I just build from source?

v1993 commented 3 years ago

Default Ubuntu repository only have very outdated glbinding package. Check out README file for PPA with recent packages.

In case you didn't know: you need '-dev' suffixed packages to get header files for compilation.