diff options
author | Andrew Innes <andrewi@gnu.org> | 2001-01-06 21:19:03 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 2001-01-06 21:19:03 +0000 |
commit | 5f3c35e6c9416eeea5133bcecee9a97e5cd9e187 (patch) | |
tree | d0bfdc4fe139701748c5b6de43fce6dac3f410c6 /nt/README | |
parent | aef625b1a34b7fa1ff55a855010426eaf5e6c4e0 (diff) | |
download | emacs-5f3c35e6c9416eeea5133bcecee9a97e5cd9e187.tar.gz |
Update info about compilers.
Diffstat (limited to 'nt/README')
-rw-r--r-- | nt/README | 9 |
1 files changed, 4 insertions, 5 deletions
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 |