OpenGL notes.
Build glew
locally:
Download “.tgz” file, and extract it in the dependency directory of project.1
tar zxvf glew-20200115.tgz
change build prefix in Makefile1
2GLEW_PREFIX ?= /home/wjw/dev/Youtube/OpenGL/Dependencies/GLEW
GLEW_DEST ?= /home/wjw/dev/Youtube/OpenGL/Dependencies/GLEW
build with make
1
2
3make
make install
make clean