如何在 PC 上为 Mac 编译可执行文件?

发布于 2024-12-04 05:43:20 字数 189 浏览 1 评论 0原文

我需要为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

墨小墨 2024-12-11 05:43:21

您可以在 VMWare 上模拟 Apple 操作系统和任何其他操作系统。

You can emulate Apple OS and any other OS on VMWare.

浅听莫相离 2024-12-11 05:43:21

你应该看看这里,有一些用于交叉编译python的工具。我特别喜欢 pyinstaller

You should take a look here, there are a few tools for cross compiling python. I particularly like pyinstaller.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文