Windows 10 で作業しています。MINGW64 で「make ビルド」を実行したいのですが、次のエラーが表示されます。
$ make build
bash: make: command not found
Golang 用の Glideをビルドしたい
私は次のことを試しました:
$ 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
この問題を「回避」するにはどうすればよいですか?