如何在Windows上使用GNU Make? - How to use GNU Make on Windows?

問題:

I installed MinGW and MSYS, added C:\\MinGW\\bin to PATH but I still can't run Makefile on Windows' cmd . 我安裝了MinGW和MSYS,將C:\\MinGW\\binPATH但是我仍然無法在Windows的cmd上運行Makefile。 I would like to run cmd.exe and there type, for example, make all but my cmd says that there is no such command. 我想運行cmd.exe,然後鍵入,例如, make all我的cmd之外的make all都說沒有這樣的命令。

What should I do? 我該怎麼辦? I don't want to use MSYS shell, that's not the point. 我不想使用MSYS Shell,這不是重點。 Any ideas how to use GNU Make in Windows cmd as I can do it in Ubuntu? 有什麼想法可以像在Ubuntu中那樣在Windows cmd中使用GNU Make嗎? I'm not interested in Cygwin . 我對Cygwin不感興趣。


解決方案:

參考: https://stackoom.com/en/question/s39q
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章