This package contains the Concord Library. Installing the Concord Library ****************************** What is Concord =============== Concord is a framework to handle prototype based Object Oriented Database. PREREQUISITES ============= Please install - Berkeley DB Version 3 or later before installing the Concord Library. CONFIGURATION ============= In the top level directory of the Concord Library distribution, run the program `configure' as follows: % ./configure RUNNING MAKE ============ Run the program `make' as follows: % make Installing ========== Type `make install' as follows: % make install Reporting Bugs ************** If you write bug-reports and/or suggestions for improvement, please send them to the CHISE Mailing List: chise-en@lists.chise.org (English) chise-ja@lists.chise.org (Japanese) Via the CHISE mailing list, you can report Concord bugs, obtain the latest release of Concord, and discuss future enhancements to Concord. To join the CHISE mailing list, please see the descriptions of the following pages: http://lists.chise.org/mailman/listinfo/chise-en (English) http://lists.chise.org/mailman/listinfo/chise-ja (Japanese) * Git Development of Concord uses Git. So the latest developing version is available at the following Git repository: % git clone http://git.chise.org/git/chise/concord.git Or you can view the Concord repository via WWW at: http://git.chise.org/gitweb/?p=chise/concord.git If you would like to join Git based development, please declare it in the CHISE mailing list. We hope you will join the open development.