3cde0c2165b9da9ce7458889d458a6d284f20dfc
[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@m17n.org     (English)
79   chise-ja@m17n.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, send
84 an empty e-mail to
85
86   chise-en-ctl@m17n.org (English)
87   chise-ja-ctl@m17n.org (Japanese)
88
89
90 * CVS
91
92 Development of CHISE-core/base uses CVS.  So latest developing version
93 is available at CVS.
94
95 ** cvs login (first time only)
96
97   % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/chise login
98
99   CVS password: [CR] # NULL string
100
101 ** checkout
102
103   % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/chise checkout chise-base
104
105 ** updating
106
107   % make distclean
108
109   % cvs -z9 update -Pd
110
111
112   If you would like to join CVS based development, please declare it
113 in the CHISE mailing list.
114
115 We hope you will join the open development.