(%.tab): Fix previous change.
[m17n/m17n-db.git] / README
1 This directory tree holds version 1.6.1 of the m17n database.
2 Copyright (C) 2003, 2004, 2005, 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 INSTALL
8
9 (0) Prerequisite
10
11 The make procedure requires "charmap" files.  The configure script
12 cheks the directory /usr/share/i18n/charmaps which usually should be
13 found on GNU/Linux system.
14
15 If you don't have that directory, you must get the files from the
16 source of glibc, and inform the configure script of the directory by
17 the argument "--with-charmaps=DIR".
18
19 If you have "wget", the script "./get-glibc.sh" is a convenient tool
20 to download the source of glibc (2.3) and extract files in a directory
21 where the configure script finds automatically, thus no need of
22 "--with-charmaps=DIR" argument.
23
24 Please note that /usr/share/i18n/charmaps may contain incomplete
25 GB18030.gz (e.g. /xfe/xa0.. /xfe/xfe are not mapped).  In that case,
26 you need the newer glibc source (glibc-2.3) by using "./get-glibc.sh".
27
28 (1) Installation from CVS working directory.
29
30 Just after you checked out or updated this package, run the script
31 "./bootstrap.sh", then follows (2).
32
33 (2) Installation from a tar ball.
34
35 % ./configure
36 % make
37 % make install
38
39 (3) Copyright of files under "po" directory.
40
41 Some of *.po files are contributed by people no belonging to AIST.
42 Such files have different copyright notices.
43
44 ----------------------------------------------------------------------
45 Copyright information
46
47 Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
48   National Institute of Advanced Industrial Science and Technology (AIST)
49   Registration Number H15PRO112
50
51 This file is part of the m17n database; a sub-part of the m17n
52 library.
53
54 The m17n library is free software; you can redistribute it and/or
55 modify it under the terms of the GNU Lesser General Public License
56 as published by the Free Software Foundation; either version 2.1 of
57 the License, or (at your option) any later version.
58
59 The m17n library is distributed in the hope that it will be useful,
60 but WITHOUT ANY WARRANTY; without even the implied warranty of
61 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
62 Lesser General Public License for more details.
63
64 You should have received a copy of the GNU Lesser General Public
65 License along with the m17n library; if not, write to the Free
66 Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
67 Boston, MA 02110-1301, USA.