Windows下bash: make: command not found

①首先要下载MinGW

https://jingyan.baidu.com/article/c33e3f48c84fe6ea15cbb520.html

未成功,依旧报bash: make: command not found

② 解决办法

https://stackoverflow.com/questions/36770716/mingw64-make-build-error-bash-make-command-not-found

运行mingw-get install msys-make命令(未成功,依旧报bash: make: command not found)

也不行

用了留言区第二个方法

Windows下bash: make: command not found_第1张图片

  • 下载make-4.2.1-without-guile-w32-bin.zip(获取没有guile的版本)。

  • 将内容复制到C:\ ProgramFiles \ Git \ mingw64 \合并文件夹,但不要覆盖/替换任何现有文件。

你可能感兴趣的:(Web)