aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii1999-03-07 17:10:24 +0000
committerEli Zaretskii1999-03-07 17:10:24 +0000
commit46ccfd36bbd92ef30de90465901257e991887c7f (patch)
treed46cfec567746a4faae491d7d0f1b5b35bae3b71
parent68cfd853248a8aa859493bfe1fc8debddfbae3f9 (diff)
downloademacs-46ccfd36bbd92ef30de90465901257e991887c7f.tar.gz
emacs-46ccfd36bbd92ef30de90465901257e991887c7f.zip
Add detailed instructions to unpack and install intlfonts on MS-DOS.
-rw-r--r--INSTALL14
1 files changed, 13 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 37ef6ac3104..b7b315a6d30 100644
--- a/INSTALL
+++ b/INSTALL
@@ -597,7 +597,7 @@ called `leim.tgz', type this command:
597 djtar -x leim.tgz 597 djtar -x leim.tgz
598 598
599If you want to print international characters, install the intlfonts 599If you want to print international characters, install the intlfonts
600distribution. For this, create a directory called, `fonts', under the 600distribution. For this, create a directory called `fonts' under the
601Emacs top-level directory (usually called `emacs-XX.YY') created by 601Emacs top-level directory (usually called `emacs-XX.YY') created by
602unpacking emacs.tgz, chdir into the directory emacs-XX.YY/fonts, and 602unpacking emacs.tgz, chdir into the directory emacs-XX.YY/fonts, and
603type this: 603type this:
@@ -611,6 +611,18 @@ Emacs, chdir to that directory and type these commands:
611 config msdos 611 config msdos
612 make install 612 make install
613 613
614To install the international fonts, chdir to the intlfonts-X.Y
615directory created when you unpacked the intlfonts distribution (X.Y is
616the version number of the fonts' distribution), and type the following
617command:
618
619 make bdf INSTALLDIR=..
620
621After Make finishes, you may remove the directory intlfonts-X.Y; the
622fonts are installed into the fonts/bdf subdirectory of the top-level
623Emacs directory, and that is where Emacs will look for them by
624default.
625
614Building Emacs creates executable files in the src and lib-src 626Building Emacs creates executable files in the src and lib-src
615directories. Installing Emacs on MSDOS moves these executables to a 627directories. Installing Emacs on MSDOS moves these executables to a
616sibling directory called bin. For example, if you build in directory 628sibling directory called bin. For example, if you build in directory