QMPlay2 compilation tutorial.

You need (devel packages):
	- qt4 (including OpenGL, qt5 not supported yet)
	- portaudio
	- pulseaudio (optional, if you want compile pulseaudio, remove it from "src/modules/modules.pro")
	- ffmpeg with libswresample
	- libva (vaapi) - only on X11
	- DirectDraw SDK - only on Windows
	- libcdio
	- libass
	- libxv

Running compilation script:
	Windows:
		- install MinGW, download and unpack libraries and headers needed to compilation,
		- install Qt4,
		- set environment PATH to qmake and gcc,
		- run compile_win.bat
	Linux/BSD:
		- if you don't want to open Xterm or Konsole - "export NOTERM=1",
		- if you want to prepare *.desktop files for system use - "export SYSTEM_BUILD=1",
		- run compile_unix,
		- QMPlay2 is in "app" directory, you can move its contents into /usr directory if $SYSTEM_BUILD == 1

Building package RPM, DEB or any other - look at ArchLinux PKGBUILD: http://aur.archlinux.org/packages/qm/qmplay2/PKGBUILD
