WINDOWS
=======
cd test; ruby tc_host.rb # optional
ruby install.rb

UNIX
====
ruby extconf.rb
make
cd test; ruby tc_host.rb # optional
make site-install
