From: Andrew Innes Date: Sat, 6 Jan 2001 21:19:03 +0000 (+0000) Subject: Update info about compilers. X-Git-Tag: emacs-pretest-21.0.95~75 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f3c35e6c9416eeea5133bcecee9a97e5cd9e187;p=emacs.git Update info about compilers. --- diff --git a/nt/README b/nt/README index 816a8a2d495..4db11487553 100644 --- 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