update.
[chise/ruby.git] / README.en
1 Ruby/CHISE README
2 ============
3
4   Ruby/CHISE is a library for implementation Chaon model.
5
6
7 Requirements
8 ------------
9
10   * ruby 1.8
11   * Berkeley DB
12
13 Install
14 -------
15
16   De-Compress archive and enter its top directory.
17   Then type:
18
19     $ ruby install.rb config
20     $ ruby install.rb setup
21     # ruby install.rb install
22
23   You can also install files into your favorite directory
24   by supplying install.rb some options. Try "ruby install.rb --help".
25
26 Usage
27 -----
28
29   Please see "doc/index.html". (in Japanese)
30   Please check http://eto.com/2003/ruby/ for imformation.
31
32 License
33 -------
34
35   This software is distributed under the GPL2.  See COPYING.
36
37
38 Kouichirou Eto <2004@eto.com>