comparison nt/INSTALL @ 37885:0cd37e185384

Clarify that building with MSVC requires nmake.
author Jason Rumney <jasonr@gnu.org>
date Thu, 24 May 2001 21:21:44 +0000
parents 4068826e329f
children 7baf228a27e6
comparison
equal deleted inserted replaced
37884:b454faf9a60b 37885:0cd37e185384
3 3
4 Copyright (c) 2001 Free Software Foundation, Inc. 4 Copyright (c) 2001 Free Software Foundation, Inc.
5 See the end of the file for copying permissions. 5 See the end of the file for copying permissions.
6 6
7 To compile Emacs, you will need either Microsoft Visual C++ 2.0 or 7 To compile Emacs, you will need either Microsoft Visual C++ 2.0 or
8 later, or a Windows port of GCC 2.95 or later with Mingw and W32 API 8 later and nmake, or a Windows port of GCC 2.95 or later with Mingw
9 support and a port of GNU make. You can use the Cygwin ports of GCC, 9 and W32 API support and a port of GNU make. You can use the Cygwin
10 but Emacs requires the Mingw headers and libraries to build. 10 ports of GCC, but Emacs requires the Mingw headers and libraries to
11 build.
11 12
12 If you build Emacs on Windows 9X or ME, not on Windows 2000 or 13 If you build Emacs on Windows 9X or ME, not on Windows 2000 or
13 Windows NT, we suggest to install the Cygwin port of Bash. 14 Windows NT, we suggest to install the Cygwin port of Bash.
14 15
15 Please see http://www.mingw.org for pointers to GCC/Mingw binaries. 16 Please see http://www.mingw.org for pointers to GCC/Mingw binaries.