MINGW64 “make build” error: “bash: make: command not found”

前端 未结 4 1599
广开言路
广开言路 2021-02-01 02:15

I am working on Windows 10. I want to run a \"make build\" in MINGW64 but following error comes up:

$ make build
bash: make: command not found

4条回答
  •  长发绾君心
    2021-02-01 02:26

    You have to install mingw-get and after that you can run mingw-get install msys-make to have the command make available.

    Here is a link for what you want http://www.mingw.org/wiki/getting_started

提交回复
热议问题