Kamerka uses CMake build system.
It is recommended to build in another directory than source - for instance, in "build" subdirectory.

To build:

mkdir build
cd build
cmake ..
make


To install:
(sudo) make install
