Skip to content
shurcooL edited this page Sep 21, 2014 · 11 revisions

Updating GLFW C source

The following steps can be used to update the GLFW C source.

rm -rf ./glfw/
git clone --depth 1 --branch master https://github.com/glfw/glfw.git
cd ./glfw/
git rev-parse HEAD > ../GLFW_C_REVISION.txt

Clone this wiki locally