comparison nt/README @ 35105:3cd444909d32

Update info about compilers.
author Andrew Innes <andrewi@gnu.org>
date Sat, 06 Jan 2001 21:19:03 +0000
parents 354e0c45cedf
children 42fcadee88a8
comparison
equal deleted inserted replaced
35104:72dc0b4e554c 35105:3cd444909d32
12 12
13 for the latest precompiled distributions. 13 for the latest precompiled distributions.
14 14
15 * Preliminaries 15 * Preliminaries
16 16
17 To compile Emacs, you will need a Microsoft C compiler package. For 17 To compile Emacs, you will need either Microsoft Visual C++ 2.0 or
18 NT, this can be any of the SDK compilers from NT 3.1 and up, Microsoft 18 later, or a Windows port of GCC 2.95 or later with Mingw and W32 API
19 Visual C++ for NT (versions 1.0 and up), or Microsoft Visual C++ 19 support and a port of GNU make. You can use the Cygwin ports of GCC,
20 (versions 2.0 and up). For Windows 95, this can be Microsoft Visual 20 but Emacs requires the Mingw headers and libraries to build.
21 C++ versions 2.0 and up.
22 21
23 * Building and installing 22 * Building and installing
24 23
25 See the INSTALL file in this directory for detailed instructions on 24 See the INSTALL file in this directory for detailed instructions on
26 building and installing Emacs on your system. 25 building and installing Emacs on your system.