我在 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 關注
- 403 瀏覽
添加回答
舉報
0/150
提交
取消