diff options
author | Kenichi Handa <handa@m17n.org> | 2008-02-05 02:21:43 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2008-02-05 02:21:43 +0000 |
commit | 9f432734f6be94e69ee8870008b2de2a7b8e5266 (patch) | |
tree | e30bed13a2f375210d6f9f2323cf920366bd23fd | |
parent | 8330c1755ef06e8f6108c738d1a82deddbe0e20c (diff) | |
download | emacs-9f432734f6be94e69ee8870008b2de2a7b8e5266.tar.gz |
(Complex Text Layout support libraries): Fix previous change.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | INSTALL | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog index 16bd1ec85c2..abedbb979e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-02-05 Kenichi Handa <handa@ni.aist.go.jp> + + * INSTALL (Complex Text Layout support libraries): New section. + 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu> * make-dist: Remove references to files in mac/ that have been @@ -171,15 +171,11 @@ cvs.m17n.org. % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co m17n-lib % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co libotf -The installation procedure is the same for them as below: +For m17n-lib, if you face some problem with making the whole package +because you luck some other packages m17n-lib depends, try to +configure it with the arg "--without-gui". - % 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 +Please note that Emacs must be configured with the arg "--enable-font-backend" to get the benefit of those libraries. * Extra fonts |