From acc6b27647989df3cc514b698fc2d6e2e64a2938 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 18 May 2006 04:12:53 +0000 Subject: [PATCH] New file. --- README.en | 96 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 README.en diff --git a/README.en b/README.en new file mode 100644 index 0000000..83e7855 --- /dev/null +++ b/README.en @@ -0,0 +1,96 @@ +Installing the CHISE-core/CHISE-base package +******************************************** + +What is CHISE-core/CHISE-base +============================= + +CHISE-core is a package to install core functionalities of the CHISE +environment. It contains the Concord Library, the CHISE Library +(libchise) and the CHISE general character database (chise-db). You +can install them easily. + +CHISE-base is also an installation package, but it supports not only +libchise but also XEmacs CHISE environment. It contains whole +elements of CHISE-core, XEmacs CHISE, tomoyo-tools (an Emacs Lisp +utilities about character database for XEmacs CHISE) and the CHISE-IDS +package. + + +PREREQUISITES +============= + +Please install + - Berkeley DB Version 3 or later +before installing CHISE-core. + +If you install CHISE-base, please install additional libraries to +install XEmacs. + + +CONFIGURATION +============= + +In the top level directory of the CHISE-core/base distribution, run +the program `configure' as follows: + + % ./configure + + +Installing CHISE-core +===================== + +Type `make install-core' as follows: + + % make install-core + + +Installing CHISE-base +===================== + +Type `make install-base' as follows: + + % make install-base + +Even if you get the CHISE-core package, it is available if you can use +a networking environment and it passes the CVS pserver protocol. In +that case, the CHISE-core installer gets the sources of CHISE-base +from cvs.m17n.org via anonymous CVS. + + +Reporting Bugs +************** + +If you write bug-reports and/or suggestions for improvement, please +send them to the CHISE Mailing List: + + chise-en@m17n.org (English) + chise-ja@m17n.org (Japanese) + +Via the CHISE mailing list, you can report CHISE-core/base bugs, +obtain the latest release of CHISE-core/base, and discuss future +enhancements to CHISE-core/base. To join the CHISE mailing list, send +an empty e-mail to + + chise-en-ctl@m17n.org (English) + chise-ja-ctl@m17n.org (Japanese) + + +* CVS + +Development of CHISE-core/base uses CVS. So latest developing version +is available at CVS. + +** cvs login (first time only) + + % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/chise login + + CVS password: [CR] # NULL string + +** checkout + + % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/chise checkout chise-base + + If you would like to join CVS based development, please declare it +in the CHISE mailing list. + +We hope you will join the open development. -- 1.7.10.4