适用于 Mac OS X 目标的不错的交叉编译器
我正在用 C++ 开发一个 SDL 应用程序,我的一些消费者要求提供一个在 Mac OS X 上运行的版本。我想知道是否有人知道适用于 Mac OS X 目标的良好交叉编译器,也许还有 Mac OS X 模拟器(也许是 Virtual Box 的虚拟 HDD?),这样我就可以自己实际测试它。不过模拟器并不是 100% 必要的,因为它可能是非法的,如果没有人愿意,我可以理解。
我的主机使用的是 PC (Windows XP),遗憾的是我没有资金去购买 Mac。
I'm developing an SDL application in C++, and some of my consumers have asked for a version that runs on Mac OS X. I am wondering if anyone knows of a good cross-compiler for Mac OS X targets, and maybe a Mac OS X emulator (maybe a virtual HDD for Virtual Box?) so that I can actually test it myself.The emulator is not 100% necessary though, as it's probably illegal and I can understand if nobody's willing.
I'm using a PC (Windows XP) for my host machine, and I don't have the funding to go and purchase a Mac, sadly.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最简单、最常见的解决方案是另一种方式:使用 Mac 平台并安装 Windows 作为双启动或虚拟机。
这样您就可以 100% 两全其美,而且无论何时发布 Mac 系统更新都不会受到打扰。
额外奖励:您也可以安装 Linux。
The easiest, and most common, solution is the other way: use a Mac platform with Windows installed either as dual boot or in a virtual machine.
That way you will benefit of 100% of both worlds and never be bothered whenever a Mac system update is delivered.
Bonus: You can install Linux as well.