diff options
author | Eli Zaretskii <eliz@gnu.org> | 2014-06-04 19:44:04 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2014-06-04 19:44:04 +0300 |
commit | a56ae34d229242a065fc87d75d80d07ab14641fe (patch) | |
tree | 5b060fe9490ec8de2291c34ba27864c820866f49 /nt/INSTALL | |
parent | 6032a3e83129a086629b96e67459083a223a1e03 (diff) | |
download | emacs-a56ae34d229242a065fc87d75d80d07ab14641fe.tar.gz |
nt/INSTALL: Instructions how to start Bash.
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 5abb4e491aa..f43912f6a1f 100644 --- a/nt/INSTALL +++ b/nt/INSTALL @@ -270,6 +270,19 @@ Windows 9X as well). 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. @@ -284,7 +297,7 @@ Windows 9X as well). 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 |