diff options
| -rw-r--r-- | nt/INSTALL | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nt/INSTALL b/nt/INSTALL index 09de93bca01..a96f182452c 100644 --- a/nt/INSTALL +++ b/nt/INSTALL | |||
| @@ -54,7 +54,9 @@ | |||
| 54 | 54 | ||
| 55 | In addition, using 4NT as your shell is known to fail the build process, | 55 | In addition, using 4NT as your shell is known to fail the build process, |
| 56 | at least for 4NT version 3.01. Use cmd.exe, the default NT shell, | 56 | at least for 4NT version 3.01. Use cmd.exe, the default NT shell, |
| 57 | instead. | 57 | instead. MSYS sh.exe also appears to cause various problems. If you have |
| 58 | MSYS installed, try "make SHELL=cmd.exe" to force the use of cmd.exe | ||
| 59 | instead of sh.exe. | ||
| 58 | 60 | ||
| 59 | sh exists no sh | 61 | sh exists no sh |
| 60 | 62 | ||