FIXME user friendly install instructions

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

To install using 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
