comparison msdos/INSTALL @ 99581:c5c5f4559670

Update the list of utilities needed by lisp/Makefile and for bootstrapping.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 15 Nov 2008 15:41:36 +0000
parents 34fd2dee237b
children 9b0264b3b021
comparison
equal deleted inserted replaced
99580:0a4e0a4890cb 99581:c5c5f4559670
22 `test' (from Sh-utils), `ls' and `chmod' (from Fileutils), `grep' 22 `test' (from Sh-utils), `ls' and `chmod' (from Fileutils), `grep'
23 (from Grep), and a port of Bash. However, you should not normally 23 (from Grep), and a port of Bash. However, you should not normally
24 need to run lisp/Makefile, as all the Lisp files are distributed in 24 need to run lisp/Makefile, as all the Lisp files are distributed in
25 byte-compiled form as well. As for bootstrapping, you will only need 25 byte-compiled form as well. As for bootstrapping, you will only need
26 that if you check-out development sources from the Emacs source 26 that if you check-out development sources from the Emacs source
27 repository. 27 repository. (Note: If you are checking out of CVS, use the -kb option
28 of the `checkout' and `update' commands, to preserve the original
29 Unix-style EOL format of the files. If some Lisp files are converted
30 to DOS format, the build might fail.)
28 31
29 If you are building the DJGPP version of Emacs on a DOS-like system 32 If you are building the DJGPP version of Emacs on a DOS-like system
30 which supports long file names (e.g. Windows 9X or Windows XP), you 33 which supports long file names (e.g. Windows 9X or Windows XP), you
31 need to make sure that long file names are handled consistently both 34 need to make sure that long file names are handled consistently both
32 when you unpack the distribution and compile it. If you intend to 35 when you unpack the distribution and compile it. If you intend to