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?
相关问题
- Sorting 3 numbers without branching [closed]
- How to compile C++ code in GDB?
- Why does const allow implicit conversion of refere
- Is GLFW designed to use without LWJGL (in java)?
- thread_local variables initialization
相关文章
- 如何让cmd.exe 执行 UNICODE 文本格式的批处理?
- 怎么把Windows开机按钮通过修改注册表指向我自己的程序
- Warning : HTML 1300 Navigation occured?
- Class layout in C++: Why are members sometimes ord
- Is it possible to write pattern-matched functions
- How to mock methods return object with deleted cop
- Which is the best way to multiply a large and spar
- Haskell underscore vs. explicit variable
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.