# HG changeset patch # User Andrew Innes # Date 978815943 0 # Node ID 3cd444909d3273087778a74ca0eeec8ec05afe0f # Parent 72dc0b4e554c0316e16211a418396e6b7c027905 Update info about compilers. diff -r 72dc0b4e554c -r 3cd444909d32 nt/README --- 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