summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>1999-01-14 11:25:35 +0000
committerEli Zaretskii <eliz@gnu.org>1999-01-14 11:25:35 +0000
commit1f659902fe37c3a82302ee2fcd41e7d2f36194b5 (patch)
tree5c49fe91973db9a61186b2f38c8c4f41765af4e6 /INSTALL
parent29b379efc2ac74062067d4fa6a5caf01d5a6b65f (diff)
downloademacs-1f659902fe37c3a82302ee2fcd41e7d2f36194b5.tar.gz
Explain that intlfonts are used by ps-print as well.
Add instructions for Leim and intlfonts to the MSDOG section.
Diffstat (limited to 'INSTALL')
-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
characters don't look right, or appear improperly aligned, a font
from the intlfonts distribution might look better.
+The fonts in the intlfonts distribution are also used by the ps-print
+package for printing international characters. The file
+lisp/ps-mule.el defines the .bdf font files required for printing
+each character set.
+
The intlfonts distribution contains its own installation instructions,
in the intlfonts/README file.
@@ -583,6 +588,22 @@ To unpack Emacs with djtar, type this command:
(This assumes that the Emacs distribution is called `emacs.tgz' on
your system.)
+If you need to type international characters, you will need to unpack
+the Leim distribution (see the description near the beginning of this
+file). You unpack it from the same directory where you unpacked
+Emacs. To unpack Leim with djtar, assuming the Leim distribution is
+called `leim.tgz', type this command:
+
+ djtar -x leim.tgz
+
+If you want to print international characters, install the intlfonts
+distribution. For this, create a directory called, `fonts', under the
+Emacs top-level directory (usually called `emacs-XX.YY') created by
+unpacking emacs.tgz, chdir into the directory emacs-XX.YY/fonts, and
+type this:
+
+ djtar -x intlfonts.tgz
+
When unpacking is done, a directory called `emacs-XX.YY' will be
created, where XX.YY is the Emacs version. To build and install
Emacs, chdir to that directory and type these commands:
@@ -596,10 +617,12 @@ sibling directory called bin. For example, if you build in directory
/emacs, installing moves the executables from /emacs/src and
/emacs/lib-src to the directory /emacs/bin, so you can then delete the
subdirectories /emacs/src and /emacs/lib-src if you wish. The only
-subdirectories you need to keep are bin, lisp, etc and info. The bin
-subdirectory should be added to your PATH. The msdos subdirectory
-includes a PIF and an icon file for Emacs which you might find useful
-if you run Emacs under MS Windows.
+subdirectories you need to keep are bin, lisp, etc and info. (If you
+installed Leim, keep the leim subdirectory, and if you installed
+intlfonts, keep the fonts directory and all its sibdirectories as well.)
+The bin subdirectory should be added to your PATH. The msdos
+subdirectory includes a PIF and an icon file for Emacs which you might
+find useful if you run Emacs under MS Windows.
Emacs on MSDOS finds the lisp, etc and info directories by looking in
../lisp, ../etc and ../info, starting from the directory where the