To compile CMPlayer, you need next things:

* Qt >= 4.7
* VLC >= 1.1

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

- For OS X

Execute next command:
$ make
This command makes application bundle in bin.

- For Linux

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