Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 288 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 288 Bytes

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