diff options
| author | Richard M. Stallman | 1995-06-20 16:28:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-06-20 16:28:39 +0000 |
| commit | 0287f07cc28795306c1232d408723b67708bae68 (patch) | |
| tree | 68b3efff54269ab1c3fe672676bcb2fcb5b8fe1d | |
| parent | 00aa3651f66010576b6c348215c8e1eb6ba40ae7 (diff) | |
| download | emacs-0287f07cc28795306c1232d408723b67708bae68.tar.gz emacs-0287f07cc28795306c1232d408723b67708bae68.zip | |
Update MSDOS needs list.
| -rw-r--r-- | INSTALL | 14 |
1 files changed, 10 insertions, 4 deletions
| @@ -505,11 +505,17 @@ problems sometimes encountered, and what to do about them. | |||
| 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. Type these | 508 | (also known as djgpp), GNU Make, rm, mv, chmod, and sed. |
| 509 | commands: | ||
| 510 | 509 | ||
| 511 | config msdos | 510 | Some users report that running Emacs 19.29 requires qdpmi memory |
| 512 | make install | 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 | ||
| 513 | try to eliminate it. | ||
| 514 | |||
| 515 | To build and install Emacs, type these commands: | ||
| 516 | |||
| 517 | config msdos | ||
| 518 | make install | ||
| 513 | 519 | ||
| 514 | To save disk space, Emacs is built with the idea that you will execute | 520 | To save disk space, Emacs is built with the idea that you will execute |
| 515 | it from the same place in the file system where you built it. As the | 521 | it from the same place in the file system where you built it. As the |