aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-06-20 16:28:39 +0000
committerRichard M. Stallman1995-06-20 16:28:39 +0000
commit0287f07cc28795306c1232d408723b67708bae68 (patch)
tree68b3efff54269ab1c3fe672676bcb2fcb5b8fe1d
parent00aa3651f66010576b6c348215c8e1eb6ba40ae7 (diff)
downloademacs-0287f07cc28795306c1232d408723b67708bae68.tar.gz
emacs-0287f07cc28795306c1232d408723b67708bae68.zip
Update MSDOS needs list.
-rw-r--r--INSTALL14
1 files changed, 10 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index c0556cd4793..1363dbe8c5e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -505,11 +505,17 @@ problems sometimes encountered, and what to do about them.
505Installation on MSDOG (a.k.a. MSDOS) 505Installation on MSDOG (a.k.a. MSDOS)
506 506
507To install on MSDOG, you need to have the GNU C compiler for MSDOG 507To 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. Type these 508(also known as djgpp), GNU Make, rm, mv, chmod, and sed.
509commands:
510 509
511config msdos 510Some users report that running Emacs 19.29 requires qdpmi memory
512make install 511management. We do not know why this is so, since 19.28 did not need
512it. If we find out what change introduced this requirement, we will
513try to eliminate it.
514
515To build and install Emacs, type these commands:
516
517 config msdos
518 make install
513 519
514To save disk space, Emacs is built with the idea that you will execute 520To save disk space, Emacs is built with the idea that you will execute
515it from the same place in the file system where you built it. As the 521it from the same place in the file system where you built it. As the