OS X GL库编译问题
有谁知道如何获取 OS X 10.6 (Snow Leopard) 的 GL 库头文件?例如,我在 sudo port install:
configure: error: You似乎没有安装 GL 库标头时遇到此错误。
TIA, 克雷格
Does anyone know how to get the GL library headers for OS X 10.6 (Snow Leopard)? E.g. I'm getting this error with a sudo port install:
configure: error: You don't seem to have the GL library headers installed.
TIA,
Craig
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您从 OSX 安装 DVD(xcode 等)安装了开发人员工具,那么它们应该已经安装。如果没有,您可以从苹果网站的开发人员工具安装程序下载磁盘映像,然后安装它并运行安装程序以获取 GL 标头。
If you installed the developer tools from the OSX install DVD (xcode, etc), they should have already been installed. If you didn't, you can download a disk image from apple's site of the developer tools installer, then mount it and run the installer to get the GL headers.