diff options
author | Eli Zaretskii <eliz@gnu.org> | 2008-11-15 15:41:56 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2008-11-15 15:41:56 +0000 |
commit | ead9233b5e5d5eaff0f2195e5886a2a0a9d822ef (patch) | |
tree | 98188b665db49dc8d08bea478b7f0b87409ddebb /msdos/INSTALL | |
parent | 7d41f451a8d02e09b6d35bf2f9cd1bd9cd2756e4 (diff) | |
download | emacs-ead9233b5e5d5eaff0f2195e5886a2a0a9d822ef.tar.gz |
Update the list of utilities needed by lisp/Makefile and for bootstrapping.
Diffstat (limited to 'msdos/INSTALL')
-rw-r--r-- | msdos/INSTALL | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/msdos/INSTALL b/msdos/INSTALL index f9adb6606dd..4ba59aadaf4 100644 --- a/msdos/INSTALL +++ b/msdos/INSTALL @@ -24,7 +24,10 @@ requires additional utilities: `find' (from Findutils), GNU `echo' and need to run lisp/Makefile, as all the Lisp files are distributed in byte-compiled form as well. As for bootstrapping, you will only need that if you check-out development sources from the Emacs source -repository. +repository. (Note: If you are checking out of CVS, use the -kb option +of the `checkout' and `update' commands, to preserve the original +Unix-style EOL format of the files. If some Lisp files are converted +to DOS format, the build might fail.) If you are building the DJGPP version of Emacs on a DOS-like system which supports long file names (e.g. Windows 9X or Windows XP), you |