update.
[chise/libchise.git] / README.en
1 This package contains the CHISE Library.
2
3 Installing the CHISE Library
4 ****************************
5
6 PREREQUISITES
7 =============
8
9 Please install
10  - Berkeley DB Version 3 or later
11  - CONCORD
12 before installing the CHISE Library.
13
14
15 CONFIGURATION
16 =============
17
18 In the top level directory of the CHISE Library distribution, run the
19 program `configure' as follows:
20
21   % ./configure
22
23
24 RUNNING MAKE
25 ============
26
27 Run the program `make' as follows:
28
29   % make
30
31
32 Installing
33 ==========
34
35 Type `make install' as follows:
36
37   % make install
38
39
40 Reporting Bugs
41 **************
42
43 If you write bug-reports and/or suggestions for improvement, please
44 send them to the CHISE Mailing List:
45
46     chise-en@lists.chise.org    (English)
47     chise-ja@lists.chise.org    (Japanese)
48
49 Via the CHISE mailing list, you can report bugs of the CHISE library,
50 obtain the latest release of the CHISE library, and discuss future
51 enhancements to the CHISE library.  To join the CHISE mailing list,
52 please see the descriptions of the following pages:
53
54     http://lists.chise.org/mailman/listinfo/chise-en    (English)
55     http://lists.chise.org/mailman/listinfo/chise-ja    (Japanese)
56
57
58 * Git
59
60 Development of the CHISE library uses Git.  So the latest developing
61 version is available at the following Git repository:
62
63     % git clone http://git.chise.org/git/chise/libchise.git
64
65 Or you can view the CHISE library repository via WWW at:
66
67     http://git.chise.org/gitweb/?p=chise/libchise.git
68
69 If you would like to join Git based development, please declare it in
70 CHISE mailing list (English or Japanese).
71
72 We hope you will join the open development.