- Clone the repo with
git clone https://github.com/victorchalamet/OpenGLTemplate.gitor create a repo from github. - Create the build folder with
mkdir buildand enter itcd build. - Know you can build using CMake so make sure you have it installed. Type
cmake ..andcmake --build . - This should create an execuatable that you can run
This template was made with the help of a tutorial.