diff options
author | Glenn Morris <rgm@gnu.org> | 2014-06-07 17:35:27 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-06-07 17:35:27 -0700 |
commit | 36cf8493aff99b652b2ad8c9e4d55a18688e8484 (patch) | |
tree | f8ff499c2ee5e91b20d8576841f0e6bf91d1ba34 /nt/INSTALL | |
parent | 2be772ff45057215c1c70252008c1f9703ef3bff (diff) | |
parent | da8de2908c35ad1fd5c437486d2ea5f6ebb75ca3 (diff) | |
download | emacs-36cf8493aff99b652b2ad8c9e4d55a18688e8484.tar.gz |
Merge from emacs-24; up to 2014-06-01T23:37:59Z!eggert@cs.ucla.edu
Diffstat (limited to 'nt/INSTALL')
-rw-r--r-- | nt/INSTALL | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/nt/INSTALL b/nt/INSTALL index 4ecf4da3181..8b764f7ba2a 100644 --- a/nt/INSTALL +++ b/nt/INSTALL @@ -276,6 +276,19 @@ build will run on Windows 9X and newer systems). Bash will find MSYS executables first, which is exactly what you need. +* Starting the MSYS Bash shell + + For most reliable and predictable results, we recommend to start + Bash by clicking the "MSYS" icon on your desktop. That icon is + created when you install MSYS, and using it is the official way of + running the MSYS tools. + + For other methods of starting the shell, make sure Bash is invoked + with the "--login" command-line switch. + + When the shell window opens and you get the shell prompt, change to + the directory where you intend to build Emacs. + At this point, you are ready to build Emacs in its basic configuration. If you want to build it with image support and other optional libraries, read about that near the end of this document. @@ -290,7 +303,7 @@ build will run on Windows 9X and newer systems). auto-generated files. To generate the configure script, type this at the MSYS Bash prompt - from the top-level directory of the Emacs tree: + from the top-level directory of the Emacs source tree: ./autogen.sh |