diff options
| author | Eli Zaretskii | 2014-06-04 19:44:04 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-06-04 19:44:04 +0300 |
| commit | a56ae34d229242a065fc87d75d80d07ab14641fe (patch) | |
| tree | 5b060fe9490ec8de2291c34ba27864c820866f49 | |
| parent | 6032a3e83129a086629b96e67459083a223a1e03 (diff) | |
| download | emacs-a56ae34d229242a065fc87d75d80d07ab14641fe.tar.gz emacs-a56ae34d229242a065fc87d75d80d07ab14641fe.zip | |
nt/INSTALL: Instructions how to start Bash.
| -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). | |||
| 270 | Bash will find MSYS executables first, which is exactly what you | 270 | Bash will find MSYS executables first, which is exactly what you |
| 271 | need. | 271 | need. |
| 272 | 272 | ||
| 273 | * Starting the MSYS Bash shell | ||
| 274 | |||
| 275 | For most reliable and predictable results, we recommend to start | ||
| 276 | Bash by clicking the "MSYS" icon on your desktop. That icon is | ||
| 277 | created when you install MSYS, and using it is the official way of | ||
| 278 | running the MSYS tools. | ||
| 279 | |||
| 280 | For other methods of starting the shell, make sure Bash is invoked | ||
| 281 | with the "--login" command-line switch. | ||
| 282 | |||
| 283 | When the shell window opens and you get the shell prompt, change to | ||
| 284 | the directory where you intend to build Emacs. | ||
| 285 | |||
| 273 | At this point, you are ready to build Emacs in its basic | 286 | At this point, you are ready to build Emacs in its basic |
| 274 | configuration. If you want to build it with image support and other | 287 | configuration. If you want to build it with image support and other |
| 275 | optional libraries, read about that near the end of this document. | 288 | optional libraries, read about that near the end of this document. |
| @@ -284,7 +297,7 @@ Windows 9X as well). | |||
| 284 | auto-generated files. | 297 | auto-generated files. |
| 285 | 298 | ||
| 286 | To generate the configure script, type this at the MSYS Bash prompt | 299 | To generate the configure script, type this at the MSYS Bash prompt |
| 287 | from the top-level directory of the Emacs tree: | 300 | from the top-level directory of the Emacs source tree: |
| 288 | 301 | ||
| 289 | ./autogen.sh | 302 | ./autogen.sh |
| 290 | 303 | ||