How to build it:

1- Install prerequisits:
	* kde4 headers
	* libqt4-dev libqt4-sql-sqlite
	* kdesdk-scripts
	* libqca2-dev
	* libofx-dev

2- Extract the archive, and enter the "skrooge" directory. Then run :
	cmake . -DCMAKE_INSTALL_PREFIX=[path to your KDE installation]
	make
	make install (as root)

	Examples:
	On ubuntu 8.04:
		cmake . -DCMAKE_INSTALL_PREFIX=/usr/lib/kde4
		make
		sudo make install
	
		to launch it: /usr/lib/kde4/bin/skrooge
	On ubuntu 8.10:
		cmake . -DCMAKE_INSTALL_PREFIX=/usr
		make
		sudo make install
	
		to launch it: /usr/bin/skrooge

