This software requires: - ruby - ruby-gettext >= 0.8.0 - ruby-gtk2 - devel of ruby-gnome2 (mkmf-gnome2.rb, rbgobject.h) Quick Start Type this (You might needs super user previledge): ($ su) # ruby setup.rb # cd ext # ruby extconf.rb # make install Detailed Installation Process setup.rb invokes installation by three steps. There are "config", "setup" and "install". You can invoke each steps separately as following: $ ruby setup.rb config $ ruby setup.rb setup # ruby setup.rb install You can control installation process by giving detailed options for each tasks. For example, --bin-dir=$HOME/bin let setup.rb install commands in $HOME/bin.