Using make with msysgit

假装没事ソ 提交于 2019-12-31 18:54:32

问题


I'm using msysgit on Windows 7, but it doesn't seem to come with make. Is there an easy way to get make running on msysgit?


回答1:


I found a link to make.exe in the msysgit Google code issues section. I downloaded it and put it in Git\bin and it works perfectly.




回答2:


Suprisingly, by using MSYS itself, or MinGW if you need the GCC compiler - see http://www.mingw.org or better http://tdragon.net/recentgcc.




回答3:


did you try the netinstall ?
It does come with make.




回答4:


I'm going to guess that the msys.bat and initialize.sh step still needed to be performed.

The 'Full installer' isn't. It only gets you a minimum, and you then have to get it to do the remaining download - see MSysGit:InstallMSysGit. I just updated the wiki to highlight the steps I'd missed!

The Net Installer is a much better option as it is able to run through almost all the steps for you, downloading and compiling the latest version automatically. Once you have done so, have a look for the various release.sh files.

It can be a nervous first step choosing the right course of action - I'm only a few steps ahead, and still cautious.



来源:https://stackoverflow.com/questions/3219926/using-make-with-msysgit

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!