Before you compile, check whether you have the following installed:
	KDE 4.* development files
	Qt 4.* development files
	TagLib

In a terminal like konsole enter the following

	cd <source directory>
	
	cmake . -DCMAKE_INSTALL_PREFIX=/usr
	
	make
	
	sudo make install
	
