diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | INSTALL | 12 |
2 files changed, 8 insertions, 8 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp> | ||
| 2 | |||
| 3 | * INSTALL (Complex Text Layout support libraries): New section. | ||
| 4 | |||
| 1 | 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * make-dist: Remove references to files in mac/ that have been | 7 | * make-dist: Remove references to files in mac/ that have been |
| @@ -171,15 +171,11 @@ 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 | ||
| 174 | The installation procedure is the same for them as below: | 174 | For m17n-lib, if you face some problem with making the whole package |
| 175 | because you luck some other packages m17n-lib depends, try to | ||
| 176 | configure it with the arg "--without-gui". | ||
| 175 | 177 | ||
| 176 | % cd CVC_WORKING_DIR (m17n-db, m17n-lib, or libotf) | 178 | Please note that Emacs must be configured with the arg |
| 177 | % ./autogeh.sh | ||
| 178 | % ./configure | ||
| 179 | % make | ||
| 180 | % make install (you may have to run this after "su root") | ||
| 181 | |||
| 182 | Please note that Emacs is configured with the arg | ||
| 183 | "--enable-font-backend" to get the benefit of those libraries. | 179 | "--enable-font-backend" to get the benefit of those libraries. |
| 184 | 180 | ||
| 185 | * Extra fonts | 181 | * Extra fonts |