comparison INSTALL @ 15017:11c175c0b7de

Describe djtar.
author Richard M. Stallman <rms@gnu.org>
date Sat, 13 Apr 1996 19:14:07 +0000
parents 6c9d4880793a
children 43c846d45f79
comparison
equal deleted inserted replaced
15016:6c9d4880793a 15017:11c175c0b7de
512 To install on MSDOG, you need to have the GNU C compiler for MSDOG 512 To install on MSDOG, you need to have the GNU C compiler for MSDOG
513 (also known as djgpp), GNU Make, rm, mv, chmod, and sed. See the 513 (also known as djgpp), GNU Make, rm, mv, chmod, and sed. See the
514 remarks in config.bat for more information about locations and 514 remarks in config.bat for more information about locations and
515 versions. 515 versions.
516 516
517 If you are compiling on an MSDOG-like system which has long file
518 names, you may need to do `SET LFN=y' for some of the commands,
519 especially the compilation commands. It might be more convenient to
520 unpack the Emacs distribution with djtar, which comes with djgpp;
521 djtar truncates file names to 8.3 naming as it extracts files, even if
522 the system allows long file names, and this ensures that build
523 procedures designed for 8.3 file names still work. Use as in `djtar x
524 foo.tar' or `djtar x foo.tgz'.
525
517 Some users report that running Emacs 19.29 requires dpmi memory 526 Some users report that running Emacs 19.29 requires dpmi memory
518 management. We do not know why this is so, since 19.28 did not need 527 management. We do not know why this is so, since 19.28 did not need
519 it. If we find out what change introduced this requirement, we will 528 it. If we find out what change introduced this requirement, we may
520 try to eliminate it. It is possible that this problem happens only 529 try to eliminate it. ("May" because perhaps djgpp version 2's
521 when there is not enough physical memory on the machine. 530 improved dpmi handling means this is no longer a problem.)
531
532 It is possible that this problem happens only when there is not enough
533 physical memory on the machine.
522 534
523 You can find out if you have a dpmi host by running go32 (part of 535 You can find out if you have a dpmi host by running go32 (part of
524 djgpp) without arguments; it will tell you if it uses dpmi memory. 536 djgpp) without arguments; it will tell you if it uses dpmi memory.
525 For more information about dpmi memory, consult the djgpp FAQ. 537 For more information about dpmi memory, consult the djgpp FAQ.
526 538