diff options
| author | Eli Zaretskii | 2007-03-09 14:38:54 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2007-03-09 14:38:54 +0000 |
| commit | 195e32b74294a77e3e51bc89f960f31d21c66a57 (patch) | |
| tree | 2f5947ccd0135f23ac7aa162c5a6eecaa3db1c7f | |
| parent | c996c463522c5ac6e3d6f8c5bb4c4c36acb7bcef (diff) | |
| download | emacs-195e32b74294a77e3e51bc89f960f31d21c66a57.tar.gz emacs-195e32b74294a77e3e51bc89f960f31d21c66a57.zip | |
There's no such thing as "Windows32" binaries.
Say explicitly that the instructions here are not for Cygwin.
| -rw-r--r-- | nt/INSTALL | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/nt/INSTALL b/nt/INSTALL index 7497f6b8884..f892a9ba4b5 100644 --- a/nt/INSTALL +++ b/nt/INSTALL | |||
| @@ -8,8 +8,8 @@ | |||
| 8 | * For the impatient | 8 | * For the impatient |
| 9 | 9 | ||
| 10 | Here are the concise instructions for configuring and building the | 10 | Here are the concise instructions for configuring and building the |
| 11 | native Windows32 binary of Emacs on Windows, for those who want to skip | 11 | native Windows binary of Emacs, for those who want to skip the |
| 12 | the complex explanations and ``just do it'': | 12 | complex explanations and ``just do it'': |
| 13 | 13 | ||
| 14 | 1. Change to the `nt' directory (the directory of this file): | 14 | 1. Change to the `nt' directory (the directory of this file): |
| 15 | 15 | ||
| @@ -75,6 +75,11 @@ | |||
| 75 | 75 | ||
| 76 | * Preliminaries | 76 | * Preliminaries |
| 77 | 77 | ||
| 78 | If you want to build a Cygwin port of Emacs, use the instructions in | ||
| 79 | the INSTALL file in the main Emacs directory (the poarent of this | ||
| 80 | directory). These instructions are for building a native Windows | ||
| 81 | binary of Emacs. | ||
| 82 | |||
| 78 | If you used WinZip to unpack the distribution, we suggest to | 83 | If you used WinZip to unpack the distribution, we suggest to |
| 79 | remove the files and unpack again with a different program! | 84 | remove the files and unpack again with a different program! |
| 80 | WinZip is known to create some subtle and hard to debug problems, | 85 | WinZip is known to create some subtle and hard to debug problems, |