diff options
author | Jason Rumney <jasonr@gnu.org> | 2001-05-24 21:23:05 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2001-05-24 21:23:05 +0000 |
commit | 263f71348d7c994770507aa9d65d3a9eb2801723 (patch) | |
tree | 6d23edd496a86cd92d347e547db5d8d44f1ffafc /nt/INSTALL | |
parent | e089be2d47f7c6f7cade84d7da6a7a4fe21e3f43 (diff) | |
download | emacs-263f71348d7c994770507aa9d65d3a9eb2801723.tar.gz |
Clarify that building with MSVC requires nmake.
Diffstat (limited to 'nt/INSTALL')
-rw-r--r-- | nt/INSTALL | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/nt/INSTALL b/nt/INSTALL index d1969fd7dfc..e5a5b009d1f 100644 --- a/nt/INSTALL +++ b/nt/INSTALL @@ -5,9 +5,10 @@ See the end of the file for copying permissions. To compile Emacs, you will need either Microsoft Visual C++ 2.0 or - later, or a Windows port of GCC 2.95 or later with Mingw and W32 API - support and a port of GNU make. You can use the Cygwin ports of GCC, - but Emacs requires the Mingw headers and libraries to build. + later and nmake, or a Windows port of GCC 2.95 or later with Mingw + and W32 API support and a port of GNU make. You can use the Cygwin + ports of GCC, but Emacs requires the Mingw headers and libraries to + build. If you build Emacs on Windows 9X or ME, not on Windows 2000 or Windows NT, we suggest to install the Cygwin port of Bash. |