*** empty log message ***
[m17n/m17n-contrib.git] / README
1 This directory tree holds version 1.1.12 of the m17n-contrib.
2 Copyright (C) 2006, 2007, 2008, 2009, 2010
3   National Institute of Advanced Industrial Science and Technology (AIST)
4   Registration Number H15PRO112
5 See the end for copying conditions.
6
7 The m17n-contrib is a collection of contributed works to be used with
8 the m17n library.
9
10 INSTALL
11
12 (0) Prerequisite
13
14 You must install the m17n database in advance.  The m17n database is
15 available at <http://www.m17n.org/m17n-lib>.
16
17 (1) Installation from CVS working directory.
18
19 Just after you checked out or updated this package, run the script
20 "./bootstrap.sh", then follows (2).
21
22 (2) Installation from a tar ball.
23
24 % ./configure
25 % make
26 % make install
27
28 ----------------------------------------------------------------------
29 Copyright information
30
31 All files in the top directory (except for those generated
32 automatically by automake/autoconf) are copyrighted by AIST as
33 follows.  Files in each sub-directories have their own copyright
34 notice to be applied.
35
36 Copyright (C) 2006, 2007, 2008, 2009, 2010
37   National Institute of Advanced Industrial Science and Technology (AIST)
38   Registration Number H15PRO112
39
40 This file is part of the m17n-contrib; a sub-part of the m17n library.
41
42 The m17n library is free software; you can redistribute it and/or
43 modify it under the terms of the GNU Lesser General Public License
44 as published by the Free Software Foundation; either version 2.1 of
45 the License, or (at your option) any later version.
46
47 The m17n library is distributed in the hope that it will be useful,
48 but WITHOUT ANY WARRANTY; without even the implied warranty of
49 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
50 Lesser General Public License for more details.
51
52 You should have received a copy of the GNU Lesser General Public
53 License along with the m17n library; if not, write to the Free
54 Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
55 Boston, MA 02110-1301, USA.