 _
 |
 | Installation for Windows
 |_
 |
 
    - download and install the full win32 package
    - done!
    - you can find an example lp2.ini file in the lplayer installation dir to get information to output in mIRC.
	- for updates, you don't need to download the full package anymore
 
 _
 |
 | Installation for Mac OS X
 |_
 |
 
    - download the Mac OS X bundle
	- unzip and drag it to your applications folder
    - done!
 
 _
 |
 | Installing from Source (X11 version)
 |_
 |
	- verify you have the Qt multithreaded development files 
		(this includes the utility tmake and/or qmake) installed, 
		as wel as the XMMS development headers
	- untar
	- run ./configure (e.g. ./configure --prefix=/usr/local --with-qt-dir=/usr/share/qt3)
	- run make
	- run make install
	- done! you can start longPlayer via the $prefix/bin/lplayer binary
