c9e6412e8de3e7b2aac01d68aa4700dc29f5e626
[m17n/m17n-pango.git] / README
1 This directory tree holds version 0.9.0 of m17n-pango.  -*- text -*-
2
3 Copyright (C) 2006
4   National Institute of Advanced Industrial Science and Technology (AIST)
5   Registration Number H15PRO112
6 See the end for copying conditions.
7
8 This package "m17n-pango" provides a Pango shaping module for various
9 scripts that requires CTL (Complex Text Layout) language.  It utilizes
10 the rendering capability of the m17n library.
11
12
13 (1) INSTALLATION
14
15 (1-1) From CVS working directory.
16
17 Run the script "bootstrap.sh" in this directory.  It is tested that
18 the script run successfully with these versions of autotools.
19
20         libtool-1.5.6
21         automake-1.9.5
22         autoconf-2.59
23
24 Then, proceed to the next step.
25
26 (1-2) From the tarball.
27
28 It requires Pango (ver.1.4 or the later) and the m17n library
29 (ver.1.3.3 or the later).
30
31 Type the followings on the command line.
32
33         % ./configure
34         % make
35         % make install
36
37 The default installation path is "/usr/local".
38
39 Please read also INSTALL for the generic installation instructions.
40
41
42 (2) USAGE
43
44 If you want to use this pango module (shaper engine), do something
45 like this:
46
47 % PANGO_RC_FILE=/usr/local/lib/m17n-pango/1.4.0/modules/pangorc gedit
48
49 To check if this module is surely being used, do this:
50
51 % MDEBUG_FONT=1 PANGO_RC_FILE=/usr/local/lib/m17n-pango/1.4.0/modules/pangorc gedit
52
53 Then, the information about which font is being used is printed.
54
55 ----------------------------------------------------------------------
56 Copyright information
57
58 Copyright (C) 2006
59   National Institute of Advanced Industrial Science and Technology (AIST)
60   Registration Number H15PRO112
61
62 This file is part of m17n-pango; a sub-part of the m17n library.
63
64 The m17n library is free software; you can redistribute it and/or
65 modify it under the terms of the GNU Lesser General Public License
66 as published by the Free Software Foundation; either version 2.1 of
67 the License, or (at your option) any later version.
68
69 The m17n library is distributed in the hope that it will be useful,
70 but WITHOUT ANY WARRANTY; without even the implied warranty of
71 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
72 Lesser General Public License for more details.
73
74 You should have received a copy of the GNU Lesser General Public
75 License along with the m17n library; if not, write to the Free
76 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
77 02111-1307, USA.