comparison INSTALL @ 14601:dc00c671ed30

Clarify info about MS-DOS path handling.
author Karl Heuer <kwzh@gnu.org>
date Tue, 20 Feb 1996 19:13:05 +0000
parents 4d7b8a3fe240
children 6c9d4880793a
comparison
equal deleted inserted replaced
14600:f32beac333a0 14601:dc00c671ed30
536 problem too late to include a more convenient fix--sorry. 536 problem too late to include a more convenient fix--sorry.
537 537
538 To save disk space, Emacs is built with the idea that you will execute 538 To save disk space, Emacs is built with the idea that you will execute
539 it from the same place in the file system where you built it. As the 539 it from the same place in the file system where you built it. As the
540 /usr/local/ subtree does not exist on most MSDOG systems, the 540 /usr/local/ subtree does not exist on most MSDOG systems, the
541 executables are placed in /emacs/bin/. 541 executables might be placed in /emacs/bin/, for instance, in which
542 case there should also be /emacs/lisp, /emacs/info and /emacs/etc
543 directories. In general, with the default path handling, the etc/,
544 info/ and lisp/ directories are expected to exist in ../ relative to
545 the directory containing the executing binary. This behaviour can be
546 overridden by setting the HOME environment variable to the directory
547 containing lisp/ etc.
542 548
543 MSDOG is a not a multitasking operating system, so Emacs features such 549 MSDOG is a not a multitasking operating system, so Emacs features such
544 as asynchronous subprocesses that depend on multitasking will not 550 as asynchronous subprocesses that depend on multitasking will not
545 work. Synchronous subprocesses do work. 551 work. Synchronous subprocesses do work.