It’s possible statically link freeglut into your applications, instead of dynamically linking against the DLL as detailed above. The main disadvantage of static linking is that when an updated version of freeglut becomes available, the application mu
配置freeglut: 1. 先下载cmake和freeglut3.0.0文件,并使用cmake编译freeglut,再使用vs2017生成解决方案,详细步骤见https://blog.csdn.net/wh43023/article/details/78453255 Where is the source code: 这里填你的解压目录.例如我的解压目录D:\freeglut-3.0.0 Where to bulid the binaries: 这里是编译文件所存放的地方.例如我的新建的目录D