diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-03-09 18:12:23 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-03-09 18:12:23 +0000 |
commit | 0268b54ef292f7122ae02bd2c74ad348a66e8fa7 (patch) | |
tree | a34a32189c8022902094c0f1a0840572d151bb2e | |
parent | 252c84740e867bb252205e6a9d051a72ec676afa (diff) | |
download | emacs-0268b54ef292f7122ae02bd2c74ad348a66e8fa7.tar.gz |
Say explicitly this is not for Cygwin.
-rw-r--r-- | nt/INSTALL | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nt/INSTALL b/nt/INSTALL index 2e8349bb3f3..dc88bfd9975 100644 --- a/nt/INSTALL +++ b/nt/INSTALL @@ -11,6 +11,9 @@ native Windows binary of Emacs, for those who want to skip the complex explanations and ``just do it'': + Do not use this recipe with Cygwin. For building on Cygwin, + use the normal installation instructions, ../INSTALL. + 1. Change to the `nt' directory (the directory of this file): cd nt |