GLFW
GLFW is an Open Source, multi-platform library for creating windows with OpenGL contexts and managing input and events. It is easy to integrate into existing applications and does not lay claim to the main loop.
Troubleshooting
Not found RandR
derek@toshiba:~/github.com/openMVG_Build$ cmake -DCMAKE_BUILD_TYPE=RELEASE . ../openMVG/src/
[...snip...]
-- Found Threads: TRUE
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.1.2")
-- Using X11 for window creation
-- Using GLX for context creation
CMake Error at dependencies/glfw/CMakeLists.txt:204 (message):
The RandR library and headers were not found
-- Configuring incomplete, errors occurred!
Now what?