Error: GL/glew.h: No such file or directory
UncleTom111 opened this issue · 4 comments
UncleTom111 commented
Hi David,
Thanks for your nice tools.
When building pyrender, I encountered the problem below.
Should I install OpenGL, GLEW and GLUT first? And could you please tell me how to install these pakcages or libraries properly?
================================================
In file included from pyrender.cpp:770:0:
offscreen.h:4:10: fatal error: GL/glew.h: No such file or directory
#include "GL/glew.h"
^~~~~~~~~~~
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
UncleTom111 commented
sudo apt install freeglut3-dev mesa-utils
sudo apt-get install libglew-dev
Libuyan00 commented
dqj5182 commented
@UncleTom111 Thanks! This worked for me
LaFeuilleMorte commented