Building the source files on an UNIX system is easy. Obtain cmake using your platforms recommend method (e.g. apt-get, yum, pacman etc.) and run the following commands.
Building on Windows should work too. Please consult the CMake documentation.
mkdir build
cd build
cmake ../src
make