summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-06-20 16:28:39 +0000
committerRichard M. Stallman <rms@gnu.org>1995-06-20 16:28:39 +0000
commit0287f07cc28795306c1232d408723b67708bae68 (patch)
tree68b3efff54269ab1c3fe672676bcb2fcb5b8fe1d /INSTALL
parent00aa3651f66010576b6c348215c8e1eb6ba40ae7 (diff)
downloademacs-0287f07cc28795306c1232d408723b67708bae68.tar.gz
Update MSDOS needs list.
Diffstat (limited to 'INSTALL')
-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.
Installation on MSDOG (a.k.a. MSDOS)
To install on MSDOG, you need to have the GNU C compiler for MSDOG
-(also known as djgpp), GNU Make, rm, mv, chmod, and sed. Type these
-commands:
+(also known as djgpp), GNU Make, rm, mv, chmod, and sed.
-config msdos
-make install
+Some users report that running Emacs 19.29 requires qdpmi memory
+management. We do not know why this is so, since 19.28 did not need
+it. If we find out what change introduced this requirement, we will
+try to eliminate it.
+
+To build and install Emacs, type these commands:
+
+ config msdos
+ make install
To save disk space, Emacs is built with the idea that you will execute
it from the same place in the file system where you built it. As the