aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-02-16 13:57:03 +0000
committerEli Zaretskii2001-02-16 13:57:03 +0000
commitc3ddcbc8cecede3f4707a1423c9f5d5d94bb3497 (patch)
tree4aaf4e7c2e56c40f0b54fef5851c88dcc419f9c0
parent49417719ef312940b7130909d7b3f1365d6af1a0 (diff)
downloademacs-c3ddcbc8cecede3f4707a1423c9f5d5d94bb3497.tar.gz
emacs-c3ddcbc8cecede3f4707a1423c9f5d5d94bb3497.zip
List additional utilities required on MS-DOS to run lisp/Makefile.
-rw-r--r--INSTALL8
1 files changed, 8 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index ae1c017c430..ba7960a1062 100644
--- a/INSTALL
+++ b/INSTALL
@@ -773,6 +773,14 @@ the necessary utilities; search for "MS-DOS". The configuration step
773(see below) will test for these utilities and will refuse to continue 773(see below) will test for these utilities and will refuse to continue
774if any of them isn't found. 774if any of them isn't found.
775 775
776Recompiling Lisp files in the `lisp' subdirectory using the various
777targets in the lisp/Makefile file requires additional utilities:
778`find' and `xargs' (from Findutils), `touch' (from Fileutils) GNU
779`echo' and `test' (from Sh-utils), `tr, `sort', and `uniq' (from
780Textutils), and a port of Bash. However, you should not normally need
781to run lisp/Makefile, as all the Lisp files are distributed in
782byte-compiled form as well.
783
776If you are building the MSDOG version of Emacs on an MSDOG-like system 784If you are building the MSDOG version of Emacs on an MSDOG-like system
777which supports long file names (e.g. Windows 95), you need to make 785which supports long file names (e.g. Windows 95), you need to make
778sure that long file names are handled consistently both when you 786sure that long file names are handled consistently both when you