stevenlovegrove / Pangolin

Pangolin is a lightweight portable rapid development library for managing OpenGL display / interaction and abstracting video input.
MIT License
2.39k stars 855 forks source link

Getting error while compiling #929

Closed SANGEERTH-P closed 6 months ago

SANGEERTH-P commented 6 months ago

Dear sir I am trying to install pangolin for doing some project suggested in this repository. I checked out that particular commit number and I am trying to compile the file. I am getting the following error while I am running the command 'make'. Screenshot from 2024-05-16 09-09-58 Can you please help me sort out this issue.

christian-rauch commented 6 months ago

Did you follow the installation instructions and installed all the dependencies? It looks like EGL (libegl1-mesa-dev) is missing.