@nrailgun
2017-11-24T00:45:31.000000Z
字数 614
阅读 1128
Graphics
Update: It's much easier to run on Windows, I found.
The CMakeList of sb7 didn't take ubuntu 16.04 apt into consideration.
If you install GLFW3 on ubuntu with apt-get, then the library is named libglfw.so.3
instead of libglfw3.so
. But the sb7 code link against glfw3 with flag -lglfw3
.
Solutions: