Cuberok is yet another music player based on Qt4

Compiling & Installation
------------------------

In order to compile Cuberok from sources you need Qt4 >= 4.3.1, TagLib and one of the
engines (Audiere, GStreamer 0.10). Then run following commands:

	qmake Cuberok.pro
	make
	sudo make install INSTALL_ROOT=/usr/local

Note: If you want to build the Phonon plugin you should run 

	qmake "CONFIG+=player_phonon" Cuberok.pro

instead of 'qmake Cuberok.pro' in previous paragraph.


Compiling in Windows
--------------------

In order to compile Cuberok in Windows you need taglib and at least one audio engine.
Download audiere (http://audiere.sourceforge.net/download.php) or gstreamer 
(http://gstreamer.freedesktop.org/pkg/windows/releases/) with glib 
(http://www.gtk.org/download-windows.html).

Then put they into the sources directory:
cuberok/taglib
cuberok/audiere
cuberok/glib
cuberok/gstreamer

Also you need Qt opensource edition version 4.3.1 or later with MinGW.
Then run `win_build.bat` and wait a minute.

If you want to make a windows installer, you must install NSIS from 
http://nsis.sourceforge.net/Download. After installation run NSIS and 
compile cuberok.nsi with it.
