0ae5bc1894141fbd962beec98ed46be02fc37a43
[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.6
11   * Ruby/BDB
12   * Berkeley DB
13
14 Install
15 -------
16
17   De-Compress archive and enter its top directory.
18   Then type:
19
20     $ ruby install.rb config
21     $ ruby install.rb setup
22     # ruby install.rb install
23
24   You can also install files into your favorite directory
25   by supplying install.rb some options. Try "ruby install.rb --help".
26
27 Usage
28 -----
29
30   Please see "doc/index.html". (in Japanese)
31   Please check http://eto.com/2003/ruby/ for imformation.
32
33 License
34 -------
35
36   This software is distributed under the GPL2.  See COPYING.
37
38
39 Kouichirou Eto <2003@eto.com>