(TAR): New variable.
[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 Berkeley DB Version 3 or later before installing the
10 CHISE Library.
11
12
13 CONFIGURATION
14 =============
15
16 In the top level directory of the CHISE Library distribution, run the
17 program `configure' as follows:
18
19   % ./configure
20
21
22 RUNNING MAKE
23 ============
24
25 Run the program `make' as follows:
26
27   % make
28
29
30 Installing
31 ==========
32
33 Type `make install' as follows:
34
35   % make install
36
37
38 Reporting Bugs
39 **************
40
41 If you write bug-reports and/or suggestions for improvement, please
42 send them to the CHISE Mailing List:
43
44   chise-en@m17n.org     (English)
45   chise-ja@m17n.org     (Japanese)
46
47 Via the CHISE mailing list, you can report libchise bugs, obtain the
48 latest release of libchise, and discuss future enhancements to
49 libchise.  To join the CHISE mailing list, send an empty e-mail to
50
51   chise-en-ctl@m17n.org (English)
52   chise-ja-ctl@m17n.org (Japanese)
53
54
55 * CVS
56
57 Development of libchise uses CVS.  So latest developing version is
58 available at CVS.
59
60 ** cvs login (first time only)
61
62   % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/chise login
63
64   CVS password: [CR] # NULL string
65
66 ** checkout
67
68   % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/chise checkout libchise
69
70   If you would like to join CVS based development, please declare it
71 in the CHISE mailing list.
72
73 We hope you will join the open development.