Contains code samples for all tutorials of http://learnopengl.com.
If you decided to use this repository, you do not need any extra dependencies. You just need to install git and cmake, then :
git clone --recursive https://github.com/mrvon/LearnOpenGL.git
cd LearnOpenGL
mkdir build
cd build
cmake ..
make -j8