diff options
author | Paul Smith <psmith@gnu.org> | 2000-04-22 02:11:17 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2000-04-22 02:11:17 +0000 |
commit | 5ed9fb46b28be4a703c1d88915fa150f0b74d5f4 (patch) | |
tree | 61047b6120465235eb65f70345fb3afd4b8a063b /README.DOS.template | |
parent | f9c91ec34d9427c35bceec9b025a0bb20c9ec17f (diff) | |
download | gunmake-5ed9fb46b28be4a703c1d88915fa150f0b74d5f4.tar.gz |
* Various bug fixes.
Diffstat (limited to 'README.DOS.template')
-rw-r--r-- | README.DOS.template | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/README.DOS.template b/README.DOS.template index 4d78677..5218bb4 100644 --- a/README.DOS.template +++ b/README.DOS.template @@ -34,11 +34,22 @@ New (since 3.74) DOS-specific features: environment (requires Perl and auxiliary tools; see below). -To build: +To install a binary distribution: + + Simply unzip the makNNNb.zip file (where NNN is the version number) + preserving the directory structure (-d switch if you use PKUNZIP). + If you are installing Make on Windows 9X or Windows 2000, use an + unzip program that supports long filenames in zip files. After + unzipping, make sure the directory with make.exe is on your PATH, + and that's all you need to use Make. + + +To build from sources: 1. Unzip the archive, preserving the directory structure (-d switch - if you use PKUNZIP). If you build Make on Windows 95, use an - unzip program that supports long filenames in zip files. + if you use PKUNZIP). If you build Make on Windows 9X or Windows + 2000, use an unzip program that supports long filenames in zip + files. If you are unpacking an official GNU source distribution, use either DJTAR (which is part of the DJGPP development |