diff options
| author | Kenichi Handa | 2009-04-03 01:57:12 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2009-04-03 01:57:12 +0000 |
| commit | 11e244d81598a750257d83e5c2e07771abb36698 (patch) | |
| tree | ec7106a6fd5390dec0dde0fe9950eaa7bf79f10d | |
| parent | 1be9bd1e9de318c28a6024f3fb9189f7c81eb160 (diff) | |
| download | emacs-11e244d81598a750257d83e5c2e07771abb36698.tar.gz emacs-11e244d81598a750257d83e5c2e07771abb36698.zip | |
Make the section "Complex Text Layout support
libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | INSTALL | 48 |
2 files changed, 29 insertions, 24 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-04-03 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * INSTALL: Make the section "Complex Text Layout support | ||
| 4 | libraries" the first of "ADDITIONAL DISTRIBUTION FILES". | ||
| 5 | |||
| 1 | 2009-03-06 Dan Nicolaescu <dann@ics.uci.edu> | 6 | 2009-03-06 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 7 | ||
| 3 | * configure.in (rs6000-ibm-aix6*): Fix typo. | 8 | * configure.in (rs6000-ibm-aix6*): Fix typo. |
| @@ -99,6 +99,30 @@ that, so please refer to them if the simple procedure does not work. | |||
| 99 | 99 | ||
| 100 | ADDITIONAL DISTRIBUTION FILES | 100 | ADDITIONAL DISTRIBUTION FILES |
| 101 | 101 | ||
| 102 | * Complex Text Layout support libraries | ||
| 103 | |||
| 104 | Emacs needs the optional libraries "m17n-db", "libm17n-flt", "libotf" | ||
| 105 | to correctly display such complex scripts as Indic and Khmer. | ||
| 106 | On some systems, particularly GNU/Linux, these libraries may be | ||
| 107 | already present or available as additional packages. Note that if | ||
| 108 | there is a separate `dev' or `devel' package, for use at compilation | ||
| 109 | time rather than run time, you will need that as well as the | ||
| 110 | corresponding run time package; typically the dev package will contain | ||
| 111 | header files and a library archive. Otherwise, you can download and | ||
| 112 | build libraries from sources. | ||
| 113 | |||
| 114 | The sources of these libraries are available by anonymous CVS from | ||
| 115 | cvs.m17n.org. | ||
| 116 | |||
| 117 | % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n login | ||
| 118 | % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co m17n-db | ||
| 119 | % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co m17n-lib | ||
| 120 | % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co libotf | ||
| 121 | |||
| 122 | For m17n-lib, if you have problems with making the whole package | ||
| 123 | because you lack some other packages on which m17n-lib depends, try to | ||
| 124 | configure it with the option "--without-gui". | ||
| 125 | |||
| 102 | * intlfonts-VERSION.tar.gz | 126 | * intlfonts-VERSION.tar.gz |
| 103 | 127 | ||
| 104 | The intlfonts distribution contains X11 fonts in various encodings | 128 | The intlfonts distribution contains X11 fonts in various encodings |
| @@ -155,30 +179,6 @@ these libraries won't work because some routines are missing, and | |||
| 155 | configure should avoid such old versions. If that happens, use the | 179 | configure should avoid such old versions. If that happens, use the |
| 156 | --without-LIB options to `configure'. See below for more details. | 180 | --without-LIB options to `configure'. See below for more details. |
| 157 | 181 | ||
| 158 | * Complex Text Layout support libraries | ||
| 159 | |||
| 160 | Emacs needs the optional libraries "m17n-db", "libm17n-flt", "libotf" | ||
| 161 | to correctly display such complex scripts as Indic and Khmer. | ||
| 162 | On some systems, particularly GNU/Linux, these libraries may be | ||
| 163 | already present or available as additional packages. Note that if | ||
| 164 | there is a separate `dev' or `devel' package, for use at compilation | ||
| 165 | time rather than run time, you will need that as well as the | ||
| 166 | corresponding run time package; typically the dev package will contain | ||
| 167 | header files and a library archive. Otherwise, you can download and | ||
| 168 | build libraries from sources. | ||
| 169 | |||
| 170 | The sources of these libraries are available by anonymous CVS from | ||
| 171 | cvs.m17n.org. | ||
| 172 | |||
| 173 | % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n login | ||
| 174 | % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co m17n-db | ||
| 175 | % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co m17n-lib | ||
| 176 | % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co libotf | ||
| 177 | |||
| 178 | For m17n-lib, if you have problems with making the whole package | ||
| 179 | because you lack some other packages on which m17n-lib depends, try to | ||
| 180 | configure it with the option "--without-gui". | ||
| 181 | |||
| 182 | * Extra fonts | 182 | * Extra fonts |
| 183 | 183 | ||
| 184 | The Emacs distribution does not include fonts and does not install | 184 | The Emacs distribution does not include fonts and does not install |