Mercurial > emacs
comparison INSTALL @ 102826:76e34fe20234
Make the section "Complex Text Layout support
libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 03 Apr 2009 01:57:03 +0000 |
parents | cf89f5c49828 |
children | 75a1b898c727 |
comparison
equal
deleted
inserted
replaced
102825:14923c394d62 | 102826:76e34fe20234 |
---|---|
96 and installed Lisp source (.el) files which have corresponding .elc | 96 and installed Lisp source (.el) files which have corresponding .elc |
97 versions. | 97 versions. |
98 | 98 |
99 | 99 |
100 ADDITIONAL DISTRIBUTION FILES | 100 ADDITIONAL DISTRIBUTION FILES |
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". | |
101 | 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 |
105 that Emacs can use to display international characters. If you see a | 129 that Emacs can use to display international characters. If you see a |
152 `configure' script finds them on your system, unless you supply the | 176 `configure' script finds them on your system, unless you supply the |
153 appropriate --without-LIB option. In some cases, older versions of | 177 appropriate --without-LIB option. In some cases, older versions of |
154 these libraries won't work because some routines are missing, and | 178 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 | |
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 | 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 |
185 them. You must do that yourself. | 185 them. You must do that yourself. |