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

前端 未结 12 1808
名媛妹妹
名媛妹妹 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:21

    'make' is a command for UNIX/Linux. Instead of it, use 'nmake' command in MS Windows. Or you'd better use an emulator like CYGWIN.

提交回复
热议问题