From 0d70d054586cf2e718aacd5fccfc47e32975b092 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 19 Jun 2000 21:22:44 +0000 Subject: * Various fixes for problems in the 3.79.0.1 pretest. --- README.DOS.template | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.DOS.template') diff --git a/README.DOS.template b/README.DOS.template index 5218bb4..ac11d46 100644 --- a/README.DOS.template +++ b/README.DOS.template @@ -95,6 +95,15 @@ To build from sources: will also need GNU Fileutils and GNU Sed for this (they should be available from the DJGPP sites). + By default, GNU make will install into your DJGPP installation + area. If you wish to use a different directory, override the + DESTDIR variable when invoking "make install", like this: + + make install DESTDIR=c:/other/dir + + This causes the make executable to be placed in c:/other/dir/bin, + the man pages in c:/other/dir/man, etc. + Without a Unix-style shell, you will have to install programs and the docs manually. Copy make.exe to a directory on your PATH, make.i* info files to your Info directory, and update the -- cgit v1.2.3