Qt 下载 +在 Mac 上构建
全部。我下载了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,本来就需要这么长时间。
Yes, it is meant to take this long.
您应该考虑使用并行 make。
make -j4 使用 4 个 CPU。
You should consider the use of parallel make.
make -j4 uses 4 CPUs.