aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-02-05 03:56:41 +0000
committerGlenn Morris2008-02-05 03:56:41 +0000
commit7d1d1c16cd061fa4c2d128085184f7872f0423a6 (patch)
tree30117a645a26d67d0919c6f9179b6087059d8ebf
parent9d7cb26e1e916c1e0a0de92fdd9a571b5705df83 (diff)
downloademacs-7d1d1c16cd061fa4c2d128085184f7872f0423a6.tar.gz
emacs-7d1d1c16cd061fa4c2d128085184f7872f0423a6.zip
Fix typos etc in previous change.
-rw-r--r--INSTALL24
1 files changed, 12 insertions, 12 deletions
diff --git a/INSTALL b/INSTALL
index 3918e3cde2c..8e6edaa481a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -154,16 +154,16 @@ configure should avoid such old versions. If that happens, use the
154* Complex Text Layout support libraries 154* Complex Text Layout support libraries
155 155
156Emacs needs the optional libraries "m17n-db", "libm17n-flt", "libotf" 156Emacs needs the optional libraries "m17n-db", "libm17n-flt", "libotf"
157to display correctly such complext scripts as Indic and Khmer 157to correctly display such complex scripts as Indic and Khmer.
158correclty. On some systems, particularly on GNU/Linux, these 158On some systems, particularly GNU/Linux, these libraries may be
159libraries may already be present or available as additional packages. 159already present or available as additional packages. Note that if
160Note that if there is a separate `dev' or `devel' package, for use at 160there is a separate `dev' or `devel' package, for use at compilation
161compilation time rather than run time, you will need that as well as 161time rather than run time, you will need that as well as the
162the corresponding run time package; typically the dev package will 162corresponding run time package; typically the dev package will contain
163contain header files and a library archive. Otherwise, you can 163header files and a library archive. Otherwise, you can download and
164download and build libraries from sources. 164build libraries from sources.
165 165
166The sources of those libraries are available by anonyous CVS from 166The sources of these libraries are available by anonymous CVS from
167cvs.m17n.org. 167cvs.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
@@ -171,9 +171,9 @@ cvs.m17n.org.
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
174For m17n-lib, if you face some problem with making the whole package 174For m17n-lib, if you have problems with making the whole package
175because you luck some other packages m17n-lib depends, try to 175because you lack some other packages on which m17n-lib depends, try to
176configure it with the arg "--without-gui". 176configure it with the option "--without-gui".
177 177
178Please note that Emacs must be configured with the arg 178Please 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.