Mercurial > emacs
comparison INSTALL @ 91534:63bda081619f
Fix typos etc in previous change.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 05 Feb 2008 03:56:41 +0000 |
parents | 54941ca420b8 |
children | 5d2d50a49e37 |
comparison
equal
deleted
inserted
replaced
91533:f120791cf31d | 91534:63bda081619f |
---|---|
152 --without-LIB options to `configure'. See below for more details. | 152 --without-LIB options to `configure'. See below for more details. |
153 | 153 |
154 * Complex Text Layout support libraries | 154 * Complex Text Layout support libraries |
155 | 155 |
156 Emacs needs the optional libraries "m17n-db", "libm17n-flt", "libotf" | 156 Emacs needs the optional libraries "m17n-db", "libm17n-flt", "libotf" |
157 to display correctly such complext scripts as Indic and Khmer | 157 to correctly display such complex scripts as Indic and Khmer. |
158 correclty. On some systems, particularly on GNU/Linux, these | 158 On some systems, particularly GNU/Linux, these libraries may be |
159 libraries may already be present or available as additional packages. | 159 already present or available as additional packages. Note that if |
160 Note that if there is a separate `dev' or `devel' package, for use at | 160 there is a separate `dev' or `devel' package, for use at compilation |
161 compilation time rather than run time, you will need that as well as | 161 time rather than run time, you will need that as well as the |
162 the corresponding run time package; typically the dev package will | 162 corresponding run time package; typically the dev package will contain |
163 contain header files and a library archive. Otherwise, you can | 163 header files and a library archive. Otherwise, you can download and |
164 download and build libraries from sources. | 164 build libraries from sources. |
165 | 165 |
166 The sources of those libraries are available by anonyous CVS from | 166 The sources of these libraries are available by anonymous CVS from |
167 cvs.m17n.org. | 167 cvs.m17n.org. |
168 | 168 |
169 % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n login | 169 % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n login |
170 % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co m17n-db | 170 % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co m17n-db |
171 % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co m17n-lib | 171 % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co m17n-lib |
172 % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co libotf | 172 % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co libotf |
173 | 173 |
174 For m17n-lib, if you face some problem with making the whole package | 174 For m17n-lib, if you have problems with making the whole package |
175 because you luck some other packages m17n-lib depends, try to | 175 because you lack some other packages on which m17n-lib depends, try to |
176 configure it with the arg "--without-gui". | 176 configure it with the option "--without-gui". |
177 | 177 |
178 Please note that Emacs must be configured with the arg | 178 Please note that Emacs must be configured with the arg |
179 "--enable-font-backend" to get the benefit of those libraries. | 179 "--enable-font-backend" to get the benefit of those libraries. |
180 | 180 |
181 * Extra fonts | 181 * Extra fonts |