*** empty log message ***
[m17n/m17n-im-config.git] / README
diff --git a/README b/README
index e69de29..4ddab4f 100644 (file)
--- a/README
+++ b/README
@@ -0,0 +1,74 @@
+This directory tree holds version 0.9.0 of the m17n-im-config package.
+Copyright (C) 2007
+  National Institute of Advanced Industrial Science and Technology (AIST)
+  Registration Number H15PRO112
+See the end for copying conditions.
+
+(1) What is this package.
+
+This package provides:
+
+(1-1) C library to create a GTK+ widget for per-user configuration of
+input methods provided by the m17n.
+
+(1-2) Standalone GTK+ program that uses the above widget.
+
+
+(2) How to install.
+
+(2-1) Prerequisite
+
+This package requires these libralies:
+
+       * the m17n library of version 1.3.4 or the later.
+
+       * GTK+ version 2.4.0 or the later
+
+(2-2) From CVS working directory
+
+Run the script "bootstrap.sh" in this directory.  It is tested that
+the script run successfully with these versions of autotools.
+
+       libtool-1.5.6
+       automake-1.4-p6
+       autoconf-2.59
+
+Then, proceed to the next step.
+
+(2-3) From the tarball.
+
+Run the following commands:
+
+       % ./configure
+       % make
+       % make install
+
+
+(3) Documentaion
+
+
+
+----------------------------------------------------------------------
+Copyright information
+
+Copyright (C) 2007
+  National Institute of Advanced Industrial Science and Technology (AIST)
+  Registration Number H15PRO112
+
+This file is part of the m17n-im-config package; a sub-part of the
+m17n library..
+
+The m17n library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public License
+as published by the Free Software Foundation; either version 2.1 of
+the License, or (at your option) any later version.
+
+The m17n library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with the m17n library; if not, write to the Free
+Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.