diff options
| -rw-r--r-- | nt/INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nt/INSTALL b/nt/INSTALL index ee964bfc4af..daf0778bcfe 100644 --- a/nt/INSTALL +++ b/nt/INSTALL | |||
| @@ -20,6 +20,10 @@ Configuring: | |||
| 20 | simply change to the nt subdirectory and run `configure' with no | 20 | simply change to the nt subdirectory and run `configure' with no |
| 21 | options. To see what options are available, run `configure --help'. | 21 | options. To see what options are available, run `configure --help'. |
| 22 | 22 | ||
| 23 | N.B. It is normal to see a few error messages output while configure | ||
| 24 | is running, when gcc support is being tested. These cannot be | ||
| 25 | surpressed because of limitations in the Windows 9x command.com shell. | ||
| 26 | |||
| 23 | Building: | 27 | Building: |
| 24 | 28 | ||
| 25 | After running configure, simply run the appropriate `make' program for | 29 | After running configure, simply run the appropriate `make' program for |