Windows 7 - 'make' is not recognized as an internal or external command, operable program or batch file

前端 未结 12 1759
名媛妹妹
名媛妹妹 2020-11-28 11:59

I have Windows 7 and tried to use the \'make\' command but \'make\' is not recognized as an internal or external command.

I did Start -> cmd -> run ->

12条回答
  •  自闭症患者
    2020-11-28 12:27

    For window-10 resolved error- make' is not recognized as an internal or external command.

    1. Download MinGW - Minimalist GNU for Windows from here https://sourceforge.net/projects/mingw/

    2. install it

    3. While installation mark all basic setup packages like shown in image

    4. Apply changes

    5. After completion of installation copy C:\MinGW\bin paste in system variable

    Open MyComputer properties and follow as shown in image

    You may also need to install this

    1. https://sourceforge.net/projects/gnuwin32/

提交回复
热议问题