The openGL project based on tutorials from https://learnopengl.com/
Now this repository is deprecated check out new one https://github.com/serkosal/skgl/
go to the directory src/ and run the following command:
g++ main.cpp third_party/glad/glad.c -lglfw -lGL -L.-lassimp -o main.out