diff options
author | Eli Zaretskii <eliz@gnu.org> | 2014-05-08 19:22:35 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2014-05-08 19:22:35 +0300 |
commit | fa8e9c09f3b0696cd58941908f15d49aaf80fb56 (patch) | |
tree | 71554bc2531bfaa8183c2071a4c3556e9f4afee3 /nt/INSTALL | |
parent | 833737d71e211570ff496cfb3e8b33170c59e8a5 (diff) | |
download | emacs-fa8e9c09f3b0696cd58941908f15d49aaf80fb56.tar.gz |
nt/INSTALL: Minor rearrangement of text for clarity.
Diffstat (limited to 'nt/INSTALL')
-rw-r--r-- | nt/INSTALL | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nt/INSTALL b/nt/INSTALL index 1fe00a37d97..5abb4e491aa 100644 --- a/nt/INSTALL +++ b/nt/INSTALL @@ -231,6 +231,10 @@ Windows 9X as well). install the packages manually, we recommend to use the Windows port of the 'bsdtar' program, already mentioned above. + MSYS packages should be installed in a separate tree from MinGW. + For example, use D:\MSYS or D:\usr\MSYS as the top-level directory + from which you unpack all of the MSYS packages. + If/when you are confident in your MinGW/MSYS installation, and want to speed up the builds, we recommend installing a pre-release version of Make from here: @@ -258,10 +262,6 @@ Windows 9X as well). states the missing or incompatible DLL; be sure to find and install these missing DLLs. - MSYS packages should be installed in a separate tree from MinGW. - For example, use D:\MSYS or D:\usr\MSYS as the top-level directory - from which you unpack all of the MSYS packages. - Do NOT add the MSYS bin directory to your Windows Path! Only the MinGW bin directory should be on Path. When you install MSYS, it creates a shortcut on your desktop that invokes the MSYS Bash shell |