版本:glfw3.3.6
安装地址:https://gitee.com/wangqianwq2016/glfw/repository/archive/3.3.6
可能需要的依赖安装
apt-get install libxinerama1 libxinerama-dev
apt-get install libxcursor-dev
undefined reference to symbol ‘dlclose@@GLIBC_2.2.5’
target_link_libraries 后加上 -ldl
undefined reference to symbol ‘XConvertSelection’
target_link_libraries 后加上 -lX11