gnu make 附带了 qt 吗?
我正在尝试在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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为
make.bat
应该位于 MINGW\bin 中,仅包含I think
make.bat
should be in MINGW\bin containing simply