mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
nt/INSTALL: Instructions how to start Bash.
This commit is contained in:
parent
6032a3e831
commit
a56ae34d22
1 changed files with 14 additions and 1 deletions
15
nt/INSTALL
15
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue