changeset 35105:3cd444909d32

Update info about compilers.
author Andrew Innes <andrewi@gnu.org>
date Sat, 06 Jan 2001 21:19:03 +0000
parents 72dc0b4e554c
children e96acf4ae36e
files nt/README
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/nt/README	Sat Jan 06 21:18:42 2001 +0000
+++ b/nt/README	Sat Jan 06 21:19:03 2001 +0000
@@ -14,11 +14,10 @@
 
 * Preliminaries
 
-To compile Emacs, you will need a Microsoft C compiler package.  For
-NT, this can be any of the SDK compilers from NT 3.1 and up, Microsoft
-Visual C++ for NT (versions 1.0 and up), or Microsoft Visual C++
-(versions 2.0 and up).  For Windows 95, this can be Microsoft Visual
-C++ versions 2.0 and up.
+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.
 
 * Building and installing