# HG changeset patch # User Jason Rumney # Date 1153957472 0 # Node ID c5e963b6d40d0c4dd320f2c3cf8ca65d31654d19 # Parent a91a11c6b1ad261c2a04ecdbfd8768579bf145b7 Add notes about Cygwin make to impatient section. diff -r a91a11c6b1ad -r c5e963b6d40d nt/INSTALL --- a/nt/INSTALL Wed Jul 26 18:28:57 2006 +0000 +++ b/nt/INSTALL Wed Jul 26 23:44:32 2006 +0000 @@ -31,16 +31,19 @@ nmake For the development environments based on GNU GCC (MinGW, MSYS, - Cygwin), depending on how Make is called, it could be: + Cygwin - but see notes about Cygwin make below), depending on how + Make is called, it could be: make or + mingw32-make + or gnumake or gmake (If you are building from CVS, say "make bootstrap" or "nmake - bootstrap" instead.) + bootstrap" instead and avoid using Cygwin make.) 4. Generate the Info manuals (only if you are building out of CVS, and if you have makeinfo.exe installed):