X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=README;h=5644c7225f1a5eff718f587ddfed19ee4baadf9d;hb=1bbd1a402b4fc9fc5dd4fd8f93fc59f4504c0edf;hp=37b960472807f5e699c8e6543d9855d96de6c837;hpb=16d32735ab14a0930804605be246430aa95857b0;p=m17n%2Fm17n-lib.git diff --git a/README b/README index 37b9604..5644c72 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ -This directory tree holds version 1.4.0 of the m17n library. -*- text -*- +This directory tree holds version 1.5.2 of the m17n library. -*- text -*- -Copyright (C) 2003, 2004, 2005, 2006, 2007 +Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO112 See the end for copying conditions. @@ -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 @@ -133,7 +145,7 @@ This compiles PROX.c that uses GUI API and builds executable PROX. ---------------------------------------------------------------------- Copyright information -Copyright (C) 2003, 2004, 2005, 2006, 2007 +Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO112