OpenGL Starter Build Instructions Linux Clone the project. git clone --recursive https://github.com/whiitehead/opengl-starter.git cd opengl-starter To build the project, you must first install CMake. mkdir build cd build cmake .. make ./source/main