diff options
| -rw-r--r-- | nt/INSTALL | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/nt/INSTALL b/nt/INSTALL index b0a1d923520..e5ef978a847 100644 --- a/nt/INSTALL +++ b/nt/INSTALL | |||
| @@ -99,15 +99,16 @@ | |||
| 99 | 99 | ||
| 100 | * Supported development environments | 100 | * Supported development environments |
| 101 | 101 | ||
| 102 | To compile Emacs, you will need either Microsoft Visual C++ 2.0 or | 102 | To compile Emacs, you will need either Microsoft Visual C++ 2.0, or |
| 103 | later and nmake, or a Windows port of GCC 2.95 or later with MinGW | 103 | later up to 7.0, and nmake, or a Windows port of GCC 2.95 or later |
| 104 | and W32 API support and a port of GNU Make. You can use the Cygwin | 104 | with MinGW and W32 API support and a port of GNU Make. You can use |
| 105 | ports of GCC, but Emacs requires the MinGW headers and libraries to | 105 | the Cygwin ports of GCC, but Emacs requires the MinGW headers and |
| 106 | build (latest versions of the Cygwin toolkit, at least since v1.3.3, | 106 | libraries to build (latest versions of the Cygwin toolkit, at least |
| 107 | include the MinGW headers and libraries as an integral part). | 107 | since v1.3.3, include the MinGW headers and libraries as an integral |
| 108 | 108 | part). | |
| 109 | Note that building Emacs with Visual Studio 2005 is not supported at | 109 | |
| 110 | this time. | 110 | Note that building Emacs with Visual Studio 2005 (VC++ 8.0) is not |
| 111 | supported at this time. | ||
| 111 | 112 | ||
| 112 | The rest of this file assumes you have a working development | 113 | The rest of this file assumes you have a working development |
| 113 | environment. If you just installed such an environment, try | 114 | environment. If you just installed such an environment, try |