I want to use the haskell FTGL binding, which need the FTGL library. There seems no binary for windows and I can't find any useful info on how to compile it. What's the easiest way to make it work?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
FTGL's source download comes with visual studio solution files (.sln), which can be built with visual studio to product the c/C++ .lib files.
They may be an older version of visual studio, but you can upgrade them which ever version you have.