在Ubuntu for Windows上构建QT5项目

时间:2017-01-25 14:56:55

标签: c++ linux windows qt

我尝试在Ubuntu for windows上构建qt项目,遵循这篇文章中的步骤 Building Qt 5 on Linux, for Windows

一切都很好,除非我运行make命令,它抱怨" i686-w64-mingw32.static -g ++:命令未找到"。但我确实在/ root / mxe / usr / bin下看到了i686-w64-mingw32.static-g ++。我不知道发生了什么。我想念一下吗?

1 个答案:

答案 0 :(得分:-1)

您可以尝试直接在shell中运行该命令。如果再次出错,请检查路径。