Include "config.h" if `HAVE_CONFIG_H' is defined.
[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@lists.chise.org      (English)
53   chise-ja@lists.chise.org      (Japanese)
54
55 Via the CHISE mailing list, you can report Concord bugs, obtain the
56 latest release of Concord, and discuss future enhancements to Concord.
57 To join the CHISE mailing list, please see the descriptions of the
58 following pages:
59
60   http://lists.chise.org/mailman/listinfo/chise-en      (English)
61   http://lists.chise.org/mailman/listinfo/chise-ja      (Japanese)
62
63
64 * Git
65
66 Development of Concord uses Git.  So the latest developing version is
67 available at the following Git repository:
68
69   % git clone http://git.chise.org/git/chise/concord.git
70
71 Or you can view the Concord repository via WWW at:
72
73     http://git.chise.org/gitweb/?p=chise/concord.git
74
75 If you would like to join Git based development, please declare it in
76 the CHISE mailing list.
77
78 We hope you will join the open development.