Top

우분투에서 OpenGL 개발 환경 구성

오류: #include <GL/glew.h>

sudo apt install libglew-dev

오류: #include <GL/glut.h>

sudo apt install freeglut3-dev

참조