emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/INSTALL,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/INSTALL,v
Date: Tue, 05 Feb 2008 01:40:00 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   08/02/05 01:39:59

Index: INSTALL
===================================================================
RCS file: /cvsroot/emacs/emacs/INSTALL,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -b -r1.126 -r1.127
--- INSTALL     8 Jan 2008 20:46:40 -0000       1.126
+++ INSTALL     5 Feb 2008 01:39:59 -0000       1.127
@@ -151,6 +151,37 @@
 configure should avoid such old versions.  If that happens, use the
 --without-LIB options to `configure'.  See below for more details.
 
+* Complex Text Layout support libraries
+
+Emacs needs the optional libraries "m17n-db", "libm17n-flt", "libotf"
+to display correctly such complext scripts as Indic and Khmer
+correclty.  On some systems, particularly on GNU/Linux, these
+libraries may already be present or available as additional packages.
+Note that if there is a separate `dev' or `devel' package, for use at
+compilation time rather than run time, you will need that as well as
+the corresponding run time package; typically the dev package will
+contain header files and a library archive.  Otherwise, you can
+download and build libraries from sources.
+
+The sources of those libraries are available by anonyous CVS from
+cvs.m17n.org.
+
+    % cvs -d :pserver:address@hidden:/cvs/m17n login
+    % cvs -d :pserver:address@hidden:/cvs/m17n co m17n-db
+    % cvs -d :pserver:address@hidden:/cvs/m17n co m17n-lib
+    % cvs -d :pserver:address@hidden:/cvs/m17n co libotf
+
+The installation procedure is the same for them as below:
+
+    % cd CVC_WORKING_DIR (m17n-db, m17n-lib, or libotf)
+    % ./autogeh.sh
+    % ./configure
+    % make
+    % make install  (you may have to run this after "su root")
+
+Please note that Emacs is configured with the arg
+"--enable-font-backend" to get the benefit of those libraries.
+
 * Extra fonts
 
 The Emacs distribution does not include fonts and does not install




reply via email to

[Prev in Thread] Current Thread [Next in Thread]