diff options
| author | Richard M. Stallman | 1997-07-28 01:19:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-28 01:19:19 +0000 |
| commit | 85da25e9dccaa051efd53f7b3b6c5f066d754313 (patch) | |
| tree | a3accd8766b3a2ccebd54b10a7301307f797ec95 | |
| parent | bb5f88cc4e68bda33ce2ad8c80c9ca0b66c71282 (diff) | |
| download | emacs-85da25e9dccaa051efd53f7b3b6c5f066d754313.tar.gz emacs-85da25e9dccaa051efd53f7b3b6c5f066d754313.zip | |
Describe the separate distributions leim and intlfonts.
| -rw-r--r-- | INSTALL | 27 |
1 files changed, 27 insertions, 0 deletions
| @@ -15,6 +15,33 @@ Copyright (c) 1992, 1994, 1996 Free software Foundation, Inc. | |||
| 15 | of the Free Software Foundation are approved by the Foundation. | 15 | of the Free Software Foundation are approved by the Foundation. |
| 16 | 16 | ||
| 17 | 17 | ||
| 18 | ADDITIONAL DISTRIBUTION FILES | ||
| 19 | |||
| 20 | * leim-M.N.tar.gz | ||
| 21 | |||
| 22 | The Emacs Lisp code for input methods for various international | ||
| 23 | character scripts is distributed in a separate tar file because of its | ||
| 24 | large size. This file is called leim-M.N.tar.gz, with the same | ||
| 25 | version number as Emacs, and it unpacks into the directory | ||
| 26 | emacs-M.N/leim. Thus, if you unpack it in the same directory where | ||
| 27 | you unpacked the Emacs distribution, it fills in a subdirectory | ||
| 28 | of the Emacs distribution. | ||
| 29 | |||
| 30 | If you have already unpacked the Leim tar file into a subdirectory of | ||
| 31 | the Emacs sources, building and installing Emacs automatically | ||
| 32 | installs the input method support as well. If you unpack the Leim tar | ||
| 33 | file into the Emacs sources after building and installing Emacs, just | ||
| 34 | build Emacs again and install it again. | ||
| 35 | |||
| 36 | * intlfonts-VERSION.tar.gz | ||
| 37 | |||
| 38 | The intlfonts distribution contains X11 fonts that Emacs needs in | ||
| 39 | order to display international characters. If you see a non-ASCII | ||
| 40 | character appear as a hollow box, that means you don't have a font for | ||
| 41 | it. You might find a font in the intlfonts distribution. That | ||
| 42 | distribution contains its own installation instructions. | ||
| 43 | |||
| 44 | |||
| 18 | BUILDING AND INSTALLATION: | 45 | BUILDING AND INSTALLATION: |
| 19 | 46 | ||
| 20 | (This is for a Unix or Unix-like system. For MSDOS, see below; search | 47 | (This is for a Unix or Unix-like system. For MSDOS, see below; search |