我在 Windows 10 上工作。我想在 MINGW64 中运行“make build”,但出现以下错误:
$ make build
bash: make: command not found
我试过以下:
$ sudo yum install build-essential
bash: sudo: command not found
也:
$ yum install build-essential
bash: yum: command not found
和:
$ apt-cyg build-essential
bash: apt-cyg: command not found
我怎样才能“解决”这个问题?
原文由 user5845158 发布,翻译遵循 CC BY-SA 4.0 许可协议
您必须安装 mingw-get,然后您可以运行
mingw-get install msys-make
以使命令可用。这是您想要的链接 http://www.mingw.org/wiki/getting_started