Language Bindings for Hyper Estraier
====================================

DESCRIPTION
-----------

This is a wrapper for Hyper Estraier.

AUTHOR
------
MATSUNO Tokuhiro<tokuhirom attttto yahoo.co.jp>

INSTALL
-------

Python Bindings
~~~~~~~~~~~~~~~

::

	make python
	sudo make python-install

Ruby Bindings
~~~~~~~~~~~~~

::

	cd ruby
	ruby extconf.rb
	make
	sudo make install

Perl Bindings
~~~~~~~~~~~~~

::

	cd perl
	swig -c++ -perl5 -o HyperEstraier_wrap.cpp  ../HyperEstraier.i
	cp ../HyperEstraierWrapper.cpp ./
	perl Makefile.PL
	make
	sudo make install

LICENSE
-------
This library is free software; you can redistribute it
and/or modify it under the same terms as Hyper Estraier itself.

BUGS
----
Cannot wrap callback APIs.

