tags:

views:

19

answers:

3

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  A: 

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

anon
Thanks for this.
Skilldrick
+1  A: 

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.

Skilldrick
A: 

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

Naveen