Qt 下载 +在 Mac 上构建

发布于 2024-11-17 11:22:11 字数 109 浏览 2 评论 0原文

全部。我下载了 Qt 源代码,然后开始在 Mac 上构建它。此刻,已经过去四个小时了。应该需要这么长时间吗?如果不是,我做错了什么?它只是建造、建造、建造、建造......并且使用大量资源。这很令人困惑。

all. I downloaded the Qt source, and then proceeded to start building it on a Mac. At the moment, it's been four hours. Is it supposed to take this long? If not, what am I doing wrong? It's just building, building, building, building.... And using a lot of resources. It's confusing.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

谈下烟灰 2024-11-24 11:22:11

是的,本来就需要这么长时间。

Yes, it is meant to take this long.

染火枫林 2024-11-24 11:22:11

您应该考虑使用并行 make。
make -j4 使用 4 个 CPU。

You should consider the use of parallel make.
make -j4 uses 4 CPUs.

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