This program uses the gtk+ toolkit version 2.4 or newer.
It is NOT backward compatible with gtk+ 2.0 and 2.2.

You will als also need perl 5.8.0 or newer.

Modules needed from CPAN, to install these try something like:
	$ perl -MCPAN -e 'install Foo::Bar'
or	$ perl -MCPAN -e 'force install Foo::Bar'

	Module::Build
	Test::More

	GLib
	Gtk2
	Storable
	File::Spec
	File::BaseDir
	File::MimeInfo

Optional modules:

	Gtk2::TrayIcon
	Gtk2::Spell    (requires gtkspell)

To install using only perl
	$ perl ./Build.PL
	$ ./Build
	$ ./Build test
	$ ./Build install

or if you have GNU Make available, you can try
	$ ./configure
	$ make
	$ make test
	$ make install

For more information about install targets etc. see the
documentation Module::Build

