diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-04-16 16:20:33 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-04-16 16:20:33 +0300 |
commit | 895591043f735398ad3930d12f82c0b9dfe07730 (patch) | |
tree | 424fb9153e0692747706e0ea9a76cf00a6164350 /nt/INSTALL | |
parent | d87d500fd6379144855ffdde31198c68ffde4eb3 (diff) | |
download | emacs-895591043f735398ad3930d12f82c0b9dfe07730.tar.gz |
Added install instructions using MSYS.
Diffstat (limited to 'nt/INSTALL')
-rw-r--r-- | nt/INSTALL | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/nt/INSTALL b/nt/INSTALL index 0c4b50f0c28..e39503941b0 100644 --- a/nt/INSTALL +++ b/nt/INSTALL @@ -13,9 +13,13 @@ Do not use this recipe with Cygwin. For building on Cygwin, use the normal installation instructions, ../INSTALL. - If you have a Cygwin or MSYS port of Bash on your Path, you will be - better off removing it from PATH. (For details, search for "MSYS - sh.exe" below.) + Do not use these instructions with MSYS encironment. For building + the native Windows binary with MinGW and MSYS, follow the + instructions in the file INSTALL.MSYS in this directory. + + For building without MSYS, if you have a Cygwin or MSYS port of Bash + on your Path, you will be better off removing it from PATH. (For + details, search for "MSYS sh.exe" below.) 1. Change to the `nt' directory (the directory of this file): |