Mercurial > emacs
comparison INSTALL @ 36123:53ca0e322e9e
List additional utilities required on MS-DOS to run lisp/Makefile.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 16 Feb 2001 13:57:03 +0000 |
parents | 858f9cee9288 |
children | 6abfaee147b1 |
comparison
equal
deleted
inserted
replaced
36122:e6572f8d3aa8 | 36123:53ca0e322e9e |
---|---|
771 file etc/FAQ includes pointers to Internet sites where you can find | 771 file etc/FAQ includes pointers to Internet sites where you can find |
772 the necessary utilities; search for "MS-DOS". The configuration step | 772 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 |
774 if any of them isn't found. | 774 if any of them isn't found. |
775 | 775 |
776 Recompiling Lisp files in the `lisp' subdirectory using the various | |
777 targets 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 | |
780 Textutils), and a port of Bash. However, you should not normally need | |
781 to run lisp/Makefile, as all the Lisp files are distributed in | |
782 byte-compiled form as well. | |
783 | |
776 If you are building the MSDOG version of Emacs on an MSDOG-like system | 784 If you are building the MSDOG version of Emacs on an MSDOG-like system |
777 which supports long file names (e.g. Windows 95), you need to make | 785 which supports long file names (e.g. Windows 95), you need to make |
778 sure that long file names are handled consistently both when you | 786 sure that long file names are handled consistently both when you |
779 unpack the distribution and compile it. If you intend to compile with | 787 unpack the distribution and compile it. If you intend to compile with |
780 DJGPP v2.0 or later, and long file names support is enabled (LFN=y in | 788 DJGPP v2.0 or later, and long file names support is enabled (LFN=y in |