FIXME user friendly install instructions

modules needed from CPAN

	Module::Build
	Test::More

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

to install

	perl ./Build.PL
	./Build
	./Build install

or if you have GNU Make available, you can do

	./configure
	make
	make install
