From: eto Date: Mon, 10 Nov 2003 08:59:38 +0000 (+0000) Subject: add README X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04915a475c22c46e5dc52e414f41339f9fc25c69;p=chise%2Fruby.git add README --- diff --git a/README b/README deleted file mode 100755 index e69de29..0000000 diff --git a/README.en b/README.en new file mode 100755 index 0000000..0ae5bc1 --- /dev/null +++ b/README.en @@ -0,0 +1,39 @@ +Ruby/CHISE README +============ + + Ruby/CHISE is a library for implementation Chaon model. + + +Requirements +------------ + + * ruby 1.6 + * Ruby/BDB + * Berkeley DB + +Install +------- + + De-Compress archive and enter its top directory. + Then type: + + $ ruby install.rb config + $ ruby install.rb setup + # ruby install.rb install + + You can also install files into your favorite directory + by supplying install.rb some options. Try "ruby install.rb --help". + +Usage +----- + + Please see "doc/index.html". (in Japanese) + Please check http://eto.com/2003/ruby/ for imformation. + +License +------- + + This software is distributed under the GPL2. See COPYING. + + +Kouichirou Eto <2003@eto.com> diff --git a/README.ja b/README.ja new file mode 100755 index 0000000..64503a9 --- /dev/null +++ b/README.ja @@ -0,0 +1,40 @@ +Ruby/CHISE README +============ + + Ruby/CHISE¤ÏRuby¤Ë¤ª¤±¤ëChaon¼ÂÁõ¤Ç¤¹¡£ + + +ɬÍ״Ķ­ +-------- + + * ruby 1.6 + * Ruby/BDB + * Berkeley DB + +¥¤¥ó¥¹¥È¡¼¥ëÊýË¡ +---------------- + + ¥³¥Þ¥ó¥É¥é¥¤¥ó¤Ç°Ê²¼¤Î¤è¤¦¤Ë¤¦¤Á¤³¤ó¤Ç¤¯¤À¤µ¤¤¡£ + UNIX ·Ï OS ¤Ç¤Ï¤ª¤½¤é¤¯ root ¸¢¸Â¤¬É¬Íפˤʤê¤Þ¤¹¡£ + + $ ruby install.rb config + $ ruby install.rb setup + # ruby install.rb install + + ¥¤¥ó¥¹¥È¡¼¥ëÀè¤òÊѹ¹¤·¤¿¤ê¤¹¤ë¤³¤È¤â¤Ç¤­¤Þ¤¹¡£ + ¤½¤Î¾ì¹ç¤Ï ruby install.rb --help ¤ò¼Â¹Ô¤·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£ + +´Êñ¤Ê»È¤¤Êý¤È¤« +---------------- + + doc/index.html¤ò¸«¤Æ¤ß¤Æ¤¯¤À¤µ¤¤ + ºÇ¿·ÈǤξðÊó¤Ï http://eto.com/2003/ruby/ ¤ò¤´¤é¤ó²¼¤µ¤¤¡£ + + +¥é¥¤¥»¥ó¥¹ +---------- + + GPL¤Ç¤¹¡£COPYING¤ò¤´¤é¤ó¤¯¤À¤µ¤¤¡£ + + +Kouichirou Eto <2003@eto.com>