X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fruby.git;a=blobdiff_plain;f=README.en;fp=README.en;h=c3916d8669be068f6db039f14598fe5ddd7d19cf;hp=85dcf371c788a1f7da1913b3f4bc1ea2567b1cc3;hb=01f8a8729eb7fc675cc383ce7d2981b18ed289e9;hpb=2057a3a560a7ff0ad8ef1a97c5e877f73325aeb1 diff --git a/README.en b/README.en index 85dcf37..c3916d8 100755 --- 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>