#### README: README file of suikyo
#### $Id: README,v 1.1 2003/06/02 17:36:17 komatsu Exp $
####
#### Copyright (C) 2003 Hiroyuki Komatsu <komatsu@taiyaki.org>
####     All rights reserved.
####     This is free software with ABSOLUTELY NO WARRANTY.
####
#### You can redistribute it and/or modify it under the terms of 
#### the GNU General Public License version 2.

---- WHAT IS SUIKYO? ---------------------------------------
Suikyo is Romaji-Kana conversion Library.
There are two language bindings for Ruby and ELisp.
For more detail, please see the following web page.

    http://taiyaki.org/suikyo/

---- HOW TO INSTALL ----------------------------------------

% ./configure
% make
% make install

---- HOW TO SETUP ------------------------------------------

Please add the following line to your '.emacs'.

  (require 'init-suikyo)

If you have specified '--with-suikyo-el-initfile', the value 'init-suikyo'
changes to your specified value sans the extension.
