comparison INSTALL @ 12343:91d4c394cb61

Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Tue, 20 Jun 1995 22:17:03 +0000
parents 315c2aaf43a1
children f5ba89f88cfd
comparison
equal deleted inserted replaced
12342:87aeb150a91a 12343:91d4c394cb61
505 Installation on MSDOG (a.k.a. MSDOS) 505 Installation on MSDOG (a.k.a. MSDOS)
506 506
507 To install on MSDOG, you need to have the GNU C compiler for MSDOG 507 To install on MSDOG, you need to have the GNU C compiler for MSDOG
508 (also known as djgpp), GNU Make, rm, mv, chmod, and sed. 508 (also known as djgpp), GNU Make, rm, mv, chmod, and sed.
509 509
510 Some users report that running Emacs 19.29 requires qdpmi memory 510 Some users report that running Emacs 19.29 requires dpmi memory
511 management. We do not know why this is so, since 19.28 did not need 511 management. We do not know why this is so, since 19.28 did not need
512 it. If we find out what change introduced this requirement, we will 512 it. If we find out what change introduced this requirement, we will
513 try to eliminate it. It is possible that this problem happens only 513 try to eliminate it. It is possible that this problem happens only
514 when there is not enough physical memory on the machine. 514 when there is not enough physical memory on the machine.
515 515
516 You can find out if you have a dpmi host by running go32 (part of
517 djgpp) without arguments; it will tell you if it uses dpmi memory.
518 For more information about dpmi memory, consult the djgpp FAQ.
519
516 To build and install Emacs, type these commands: 520 To build and install Emacs, type these commands:
517 521
518 config msdos 522 config msdos
519 make install 523 make install
520 524