diff options
| -rw-r--r-- | INSTALL | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -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 |
| 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 |