我正在使用 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
我怎样才能“解决”这个问题?