comparison INSTALL @ 19635:c08a8e2d0f27

MSDOS-related changes.
author Richard M. Stallman <rms@gnu.org>
date Sun, 31 Aug 1997 16:42:40 +0000
parents 6cf4badd0d76
children a165ef580ea2
comparison
equal deleted inserted replaced
19634:118761d47324 19635:c08a8e2d0f27
598 To unpack Emacs with djtar, type this command: 598 To unpack Emacs with djtar, type this command:
599 599
600 djtar -x emacs.tgz 600 djtar -x emacs.tgz
601 601
602 (This assumes that the Emacs distribution is called `emacs.tgz' on 602 (This assumes that the Emacs distribution is called `emacs.tgz' on
603 your system.) There are a few files in the archive whose names 603 your system.)
604 collide with other files under the 8.3 DOS naming. On native MSDOS,
605 or if you have set LFN=n on Windows 95, djtar will ask you to supply
606 alternate names for these files; you can just press `Enter' when this
607 happens (which makes djtar skip these files) because they aren't
608 required for MS-DOS.
609 604
610 When unpacking is done, a directory called `emacs-XX.YY' will be 605 When unpacking is done, a directory called `emacs-XX.YY' will be
611 created, where XX.YY is the Emacs version. To build and install 606 created, where XX.YY is the Emacs version. To build and install
612 Emacs, chdir to that directory and type these commands: 607 Emacs, chdir to that directory and type these commands:
613 608
626 if you run Emacs under MS Windows. 621 if you run Emacs under MS Windows.
627 622
628 Emacs on MSDOS finds the lisp, etc and info directories by looking in 623 Emacs on MSDOS finds the lisp, etc and info directories by looking in
629 ../lisp, ../etc and ../info, starting from the directory where the 624 ../lisp, ../etc and ../info, starting from the directory where the
630 Emacs executable was run from. You can override this by setting the 625 Emacs executable was run from. You can override this by setting the
631 environment variable HOME; if you do that, the directories lisp, etc 626 environment variables EMACSDATA (for the location of `etc' directory),
632 and info are accessed as subdirectories of the HOME directory. 627 EMACSLOADPATH (for the location of `lisp' directory) and INFOPATH (for
628 the location of the `info' directory).
633 629
634 MSDOG is a not a multitasking operating system, so Emacs features such 630 MSDOG is a not a multitasking operating system, so Emacs features such
635 as asynchronous subprocesses that depend on multitasking will not 631 as asynchronous subprocesses that depend on multitasking will not
636 work. Synchronous subprocesses do work. 632 work. Synchronous subprocesses do work.
637 633