我在 Windows 10 上工作。我想在 MINGW64 中运行“make build”,但出现以下错误:$ make buildbash: make: command not found我想为 Golang构建Glide我尝试了以下操作:$ sudo yum install build-essentialbash: sudo: command not found也:$ yum install build-essentialbash: yum: command not found和:$ apt-cyg build-essentialbash: apt-cyg: command not found我怎样才能“解决”这个问题?
3 回答
慕村9548890
TA贡献1884条经验 获得超4个赞
您也可以使用巧克力。
安装后,只需运行:
choco install make
完成后,它会安装并在 Git for Bash / MinGW 中可用。
万千封印
TA贡献1891条经验 获得超3个赞
您必须安装 mingw-get,然后才能运行mingw-get install msys-make
以使命令可用。
这是您想要的链接http://www.mingw.org/wiki/getting_started
- 3 回答
- 0 关注
- 334 浏览
添加回答
举报
0/150
提交
取消