To compile CMPlayer, you need next things:

* Qt > 4.6
* VLC > 1.1

Also, you need OpenGL for rendering videos.
Follow next steps for each OS:

- For OS X

Execute next command:
$ make -f Makefile.osx cmplayer
This command makes application bundle in bin.

- For Linux

Execute next command:
$ make -f Makefile.linux cmplayer
This command builds binaries into bin directory.
You can specify the directory where you want to install CMPlayer with PREFIX, like:
$ make -f Makefile.linux PREFIX=/usr cmplayer
To install, execute next command:
# make -f Makefile.linux install
You have apply same option which you used for compile.
