aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii1999-01-14 11:25:35 +0000
committerEli Zaretskii1999-01-14 11:25:35 +0000
commit1d173668ca2311b561f8fa627e481a0de1e29655 (patch)
tree938f6110efd54feb0f5d2bcde8b4f09e83860064
parent8a6387ed6c074bd949b656863df47ea9c246eb95 (diff)
downloademacs-1d173668ca2311b561f8fa627e481a0de1e29655.tar.gz
emacs-1d173668ca2311b561f8fa627e481a0de1e29655.zip
Explain that intlfonts are used by ps-print as well.
Add instructions for Leim and intlfonts to the MSDOG section.
-rw-r--r--INSTALL31
1 files changed, 27 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 7d08a0f6862..37ef6ac3104 100644
--- a/INSTALL
+++ b/INSTALL
@@ -42,6 +42,11 @@ it. You might find a font in the intlfonts distribution. If some
42characters don't look right, or appear improperly aligned, a font 42characters don't look right, or appear improperly aligned, a font
43from the intlfonts distribution might look better. 43from the intlfonts distribution might look better.
44 44
45The fonts in the intlfonts distribution are also used by the ps-print
46package for printing international characters. The file
47lisp/ps-mule.el defines the .bdf font files required for printing
48each character set.
49
45The intlfonts distribution contains its own installation instructions, 50The intlfonts distribution contains its own installation instructions,
46in the intlfonts/README file. 51in the intlfonts/README file.
47 52
@@ -583,6 +588,22 @@ To unpack Emacs with djtar, type this command:
583(This assumes that the Emacs distribution is called `emacs.tgz' on 588(This assumes that the Emacs distribution is called `emacs.tgz' on
584your system.) 589your system.)
585 590
591If you need to type international characters, you will need to unpack
592the Leim distribution (see the description near the beginning of this
593file). You unpack it from the same directory where you unpacked
594Emacs. To unpack Leim with djtar, assuming the Leim distribution is
595called `leim.tgz', type this command:
596
597 djtar -x leim.tgz
598
599If you want to print international characters, install the intlfonts
600distribution. For this, create a directory called, `fonts', under the
601Emacs top-level directory (usually called `emacs-XX.YY') created by
602unpacking emacs.tgz, chdir into the directory emacs-XX.YY/fonts, and
603type this:
604
605 djtar -x intlfonts.tgz
606
586When unpacking is done, a directory called `emacs-XX.YY' will be 607When unpacking is done, a directory called `emacs-XX.YY' will be
587created, where XX.YY is the Emacs version. To build and install 608created, where XX.YY is the Emacs version. To build and install
588Emacs, chdir to that directory and type these commands: 609Emacs, chdir to that directory and type these commands:
@@ -596,10 +617,12 @@ sibling directory called bin. For example, if you build in directory
596/emacs, installing moves the executables from /emacs/src and 617/emacs, installing moves the executables from /emacs/src and
597/emacs/lib-src to the directory /emacs/bin, so you can then delete the 618/emacs/lib-src to the directory /emacs/bin, so you can then delete the
598subdirectories /emacs/src and /emacs/lib-src if you wish. The only 619subdirectories /emacs/src and /emacs/lib-src if you wish. The only
599subdirectories you need to keep are bin, lisp, etc and info. The bin 620subdirectories you need to keep are bin, lisp, etc and info. (If you
600subdirectory should be added to your PATH. The msdos subdirectory 621installed Leim, keep the leim subdirectory, and if you installed
601includes a PIF and an icon file for Emacs which you might find useful 622intlfonts, keep the fonts directory and all its sibdirectories as well.)
602if you run Emacs under MS Windows. 623The bin subdirectory should be added to your PATH. The msdos
624subdirectory includes a PIF and an icon file for Emacs which you might
625find useful if you run Emacs under MS Windows.
603 626
604Emacs on MSDOS finds the lisp, etc and info directories by looking in 627Emacs on MSDOS finds the lisp, etc and info directories by looking in
605../lisp, ../etc and ../info, starting from the directory where the 628../lisp, ../etc and ../info, starting from the directory where the