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