在 OSX 上安装 ALUT
我有兴趣安装 cabal 软件包 turing-music,但我在 macports 上找不到将 haskell 绑定到 ALUT 所需的 ALUT 库(http://hackage.haskell.org/package/ALUT)。
我在哪里可以找到 OSX 10.6.3 上的 ALUT 开发库,以便编译 cabal 包 ALUT。
i am interested in installing the cabal package
turing-music but i can't find the ALUT library on macports needed for the haskell binding to ALUT (http://hackage.haskell.org/package/ALUT).
Where can i find ALUT development libraries on OSX 10.6.3 so that compile the cabal package ALUT.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ALUT 不是 OpenAL 标准的一部分,因此它不包含在 OpenAL 中。下载 freealut 源代码 并从源代码构建它。如果需要,请创建一个 Portfile 并将其提交到 Macports 项目。
ALUT is not part of the OpenAL standard, so it is not included with OpenAL. Download the freealut source code and build it from source. If you want, create a Portfile and submit it to the Macports project.