How does one build it? I already installed `cmake` but even when I added
$ echo "CMAKE_1.0_COMPILER=$(which g++)" >> CMakeCache.txt
So it knew about `g++` (which theoretically should be fine as a compiler?) it didn't work...
Adding `libglfw-dev` wasn't enough...