Dependencies
============

You need Qt 4.1.x to compile this source-code. Get it from
http://www.trolltech.com/downloads/opensource.html

Installation instructions
=========================

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

$ ./configure --prefix=/choose/your/prefix/
$ 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/.

-----------------------------------------------------------------------------
Special Thanks for patching, supporting and helping with this software go to:

* Frerich Raabe <frerich.raabe@gmx.de>
* lofi
