gnu make 附带了 qt 吗?

发布于 2024-11-07 12:00:07 字数 548 浏览 0 评论 0原文

我正在尝试在Windows下编译meshlab。根据他们的说明(链接

使用GCC(在linux下和使用免费Qt发行版提供的mingw gcc) 你应该直接输入,从 devel/meshlab/src 目录:

qmake -recursive meshlabv12.pro
制作

第一行有效。第二个失败,

'make' is not recognized as an internal or external command, 
operable program or batch file.

do安装了qt(我试图在qt shell下运行make)。 为什么他们声称这一步应该在 mingw(随 qt 一起提供)下工作,但实际上却行不通?

I am trying to compile meshlab under windows. According to their instructions (link)

Using GCC (both under linux and using the mingw gcc provided with the free Qt distribution)
you should just type, from the
devel/meshlab/src directory:

qmake -recursive meshlabv12.pro
make

the first line works. The second fails with

'make' is not recognized as an internal or external command, 
operable program or batch file.

I do have qt installed (I am trying to run make under a qt shell).
Why do they claim this step is supposed to work under mingw (which came with qt), while it doesn't in practice?

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

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

发布评论

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

评论(1

丶视觉 2024-11-14 12:00:07

我认为 make.bat 应该位于 MINGW\bin 中,仅包含

@echo off
mingw32-make %*

I think make.bat should be in MINGW\bin containing simply

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