Windows 10系统上,我想在MINGW 64中运行一个“makeBuild”,但是出现了以下错误:
$ make build
bash: make: command not found
我想构建 Glide for Golang
我试过这样做:
$ 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
我怎么“解决”这个问题?