You need Qt 4.x to compile this source-code. Get it from http://www.trolltech.no.

Installation instructions
Extract the Qt-sources and compile it with the following options:

./configure --prefix=/choose/your/prefix/ -qt-gif
make
su -c make install

To compile and run the Last.fm Player, follow these steps:

export QTDIR=/choose/your/prefix
export PATH=/choose/your/prefix/bin:$PATH
export QMAKESPEC=

qmake
make
./player

If you got problems compiling the sources, please contact chris@last.fm or
visit our Support Forums at http://www.last.fm/forum/.
