diff options
Diffstat (limited to 'nt/INSTALL')
-rw-r--r-- | nt/INSTALL | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/nt/INSTALL b/nt/INSTALL index 0d2f1b20193..21ee8367a88 100644 --- a/nt/INSTALL +++ b/nt/INSTALL @@ -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): |