learnopengl tutorial work It took all day to get this bloody thing to build thanks in part to the bad "guides" on the glfw site. build $ git clone https://github.com/techniman/learnopengl $ cd learnopengl $ mkdir build && cd build $ cmake .. && make