]> code.delx.au - gnu-emacs/commitdiff
Update info about compilers.
authorAndrew Innes <andrewi@gnu.org>
Sat, 6 Jan 2001 21:19:03 +0000 (21:19 +0000)
committerAndrew Innes <andrewi@gnu.org>
Sat, 6 Jan 2001 21:19:03 +0000 (21:19 +0000)
nt/README

index 816a8a2d495a71747c1ea0d5bc97726859eb4c61..4db11487553bf100af81de5c84591e4a9d0dd202 100644 (file)
--- a/nt/README
+++ b/nt/README
@@ -14,11 +14,10 @@ for the latest precompiled distributions.
 
 * 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