fatal error: GL/glu.h: 没有那个文件或目录

/home/avatar/code/avatar/3rdparty/meshview/3rdparty/glew/include/GL/glew.h:1205:14: fatal error: GL/glu.h: 没有那个文件或目录
 #    include 
              ^~~~~~~~~~
compilation terminated.

解决方法:

sudo apt-get install freeglut3-dev

你可能感兴趣的:(c++)