update.
[chise/chise-base.git] / README.en
1 Installing the CHISE-core/CHISE-base package
2 ********************************************
3
4 What is CHISE-core/CHISE-base
5 =============================
6
7 CHISE-core is a package to install core functionalities of the CHISE
8 environment.  It contains the Concord Library, the CHISE Library
9 (libchise) and the CHISE general character database (chise-db).  You
10 can install them easily.
11
12 CHISE-base is also an installation package, but it supports not only
13 libchise but also XEmacs CHISE environment.  It contains whole
14 elements of CHISE-core, XEmacs CHISE, tomoyo-tools (an Emacs Lisp
15 utilities about character database for XEmacs CHISE) and the CHISE-IDS
16 package.
17
18
19 PREREQUISITES
20 =============
21
22 Please install
23  - Berkeley DB Version 3 or later
24 before installing CHISE-core.
25
26 If you install CHISE-base, please install additional libraries to
27 install XEmacs.
28
29
30 CONFIGURATION
31 =============
32
33 In the top level directory of the CHISE-core/base distribution, run
34 the program `configure' as follows:
35
36   % ./configure
37
38
39 Installing CHISE-core
40 =====================
41
42 Type `make install-core' as follows:
43
44   % make install-core
45
46
47 Installing CHISE-base
48 =====================
49
50 Type `make install-base' as follows:
51
52   % make install-base
53
54 Even if you get the CHISE-core package, it is available if you can use
55 a networking environment and it passes the CVS pserver protocol.  In
56 that case, the CHISE-core installer gets the sources of CHISE-base
57 from cvs.m17n.org via anonymous CVS.
58
59
60 Installing CHISE-base in Mac OS X with Fink
61 ===========================================
62
63 If you use Fink in Mac OS X (10.4 or later), you can use a installer
64 script `bootstrap.fink' as follows:
65
66   % ./bootstrap.fink
67
68 It installs some Fink packages and some Emacs Lisp packages for
69 CHISE-base environment.
70
71
72 Reporting Bugs
73 **************
74
75 If you write bug-reports and/or suggestions for improvement, please
76 send them to the CHISE Mailing List:
77
78   chise-en@lists.chise.org      (English)
79   chise-ja@lists.chise.org      (Japanese)
80
81 Via the CHISE mailing list, you can report CHISE-core/base bugs,
82 obtain the latest release of CHISE-core/base, and discuss future
83 enhancements to CHISE-core/base.  To join the CHISE mailing list,
84 please see the descriptions of the following pages:
85
86   http://lists.chise.org/mailman/listinfo/chise-en      (English)
87   http://lists.chise.org/mailman/listinfo/chise-ja      (Japanese)
88
89
90 * Git
91
92 Development of CHISE-core/base uses Git.  So the latest developing
93 version is available at Git.
94
95   % git clone http://git.chise.org/git/chise/chise-base.git
96
97 Or you can view the CHISE-core/base repository via WWW at:
98
99     http://git.chise.org/gitweb/?p=chise/chise-base.git
100
101 If you would like to join Git based development, please declare it in
102 the CHISE mailing list.
103
104 We hope you will join the open development.