update.
[chise/ruby.git] / README.en
index 85dcf37..c3916d8 100755 (executable)
--- a/README.en
+++ b/README.en
@@ -1,38 +1,37 @@
-Ruby/CHISE README
-============
+* Ruby/CHISE README
 
-  Ruby/CHISE is a library for implementation Chaon model.
+Ruby/CHISE is a llibrary to use Chaon model.
 
+** Requirements
 
-Requirements
-------------
+- ruby 1.8
+- Berkeley DB
+- Ruby/BDB
 
-  * ruby 1.8
-  * Berkeley DB
+** Install
 
-Install
--------
+Move "chise" directory to somewhere.
+eg.
+ # mv chise /usr/local/lib/ruby/site_ruby/1.8
 
-  De-Compress archive and enter its top directory.
-  Then type:
+Cd to "ext" directory, do like this.
+ % ruby extconf.rb
+ % make
+ # make install
 
-    $ ruby install.rb config
-    $ ruby install.rb setup
-    # ruby install.rb install
+You can use Ruby/CHISE without extension.
+If you have extension, Ruby/CHISE works faster.
 
-  You can also install files into your favorite directory
-  by supplying install.rb some options. Try "ruby install.rb --help".
+** Usage
 
-Usage
------
+See "doc/index.html". (in Japanese)
+See "sample", "test" directories.
+Please check http://eto.com/2003/ruby/ for imformation.
 
-  Please see "doc/index.html". (in Japanese)
-  Please check http://eto.com/2003/ruby/ for imformation.
+** License
 
-License
--------
+This software is distributed under the GPL2.  See COPYING.
 
-  This software is distributed under the GPL2.  See COPYING.
+** Author
 
-
-Kouichirou Eto <2004@eto.com>
+Kouichirou Eto <2004 at eto.com>