1
edit
Changes
→Tools Requirements
<b>Make 3.80 (Important!!)</b>
*Download [http://cygwin.paracoda.com/release/make/make-3.80-1.tar.bz2 Make 3.80]
*Extract it and install it
*As it is a binary package, you could just grab the Make executable file (make.exe) from <b>/usr/bin/</b> and drop it in <b>Cywgin/bin</b> (this will overwrite the existing Make executable)
*Double check if you have the right Make package by typing this command:
<pre>
$ make -v
GNU Make 3.80
</pre>
=Configuration=