From 77439a917fc5fbeb36193d7b2c2c14d6096a7196 Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 13 Nov 2007 07:40:49 +0000 Subject: [PATCH] *** empty log message *** --- README | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/README b/README index 37b9604..035e6c9 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This directory tree holds version 1.4.0 of the m17n library. -*- text -*- +This directory tree holds version 1.5.0 of the m17n library. -*- text -*- Copyright (C) 2003, 2004, 2005, 2006, 2007 National Institute of Advanced Industrial Science and Technology (AIST) @@ -58,17 +58,25 @@ will not compile with an old-style K&R compiler. The default installation path is "/usr/local". Thus, these header files are installed in /usr/local/include: - m17n-core.h, m17n.h, m17n-gui.h, m17n-err.h, m17n-X.h + m17n-core.h, m17n.h, m17n-gui.h, m17n-err.h, m17n-X.h, m17n-flt.h + These library files are installed in /usr/local/lib: libm17n-core.{a,so*,la} libm17n.{a,so*,la} libm17n-gui.{a,so*,la} libm17n-X.{a,so*,la} libm17n-gd.{a,so*,la} + libm17n-flt.{a,so*,la} libimx-anthy.{a,so*,la}, libimx-ispell.{a,so*,la}, + This shell script is installed in /usr/local/bin: m17n-config + +These pkgconfig metadata files are installed in +/usr/local/lib/pkgconfig: + m17n-core.pc, m17n-shell.pc, m17n-flt.pc, m17n-gui.pc + These sample programs are installed in /usr/local/bin too: m17n-conv, m17n-date, m17n-view, m17n-dump, m17n-edit @@ -116,8 +124,12 @@ parallel. The library provides three levels of APIs, CORE, SHELL, and GUI. For CORE API, include , for SHELL API, include , and -for GUI API, include . See the documentation above, or -the manual of m17nIntro(3) for more detail. +for GUI API, include . In addition, for those who need +only text shaping facility that uses FLT (Font Layout Table), the +library provides FLT API. To use it, include . + +See the documentation above, or the manual of m17nIntro(3) for more +detail. The shell script "m17n-config" helps compiling and linking of a program that uses the m17n library. For instance this compiles PROG.c -- 1.7.10.4