如何在 PC 上为 Mac 编译可执行文件?
我需要为 PC 和 Mac 编译我的应用程序,但我无法在我所在的地区访问 Mac(非常罕见,主要是 PC)。我的应用程序是用 Python 编写的,带有 2 个 C++ 模块,我在 PC 上使用了 Python 的 pyInstaller 和 C++ 的 MinGW,但问题是针对 Mac 的吗?
我能做些什么?有没有操作系统模拟器或有帮助的东西?
I need to compile my application for both PC and Mac, but I don't have access to Mac in my area (very rare, mostly PC). My application written in Python with 2 C++ modules, I used pyInstaller for Python and MinGW for C++ in PC, but question is for Mac?
What can I do? is there any OS emulator or something helpful out there?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以在 VMWare 上模拟 Apple 操作系统和任何其他操作系统。
You can emulate Apple OS and any other OS on VMWare.
你应该看看这里,有一些用于交叉编译python的工具。我特别喜欢 pyinstaller。
You should take a look here, there are a few tools for cross compiling python. I particularly like pyinstaller.