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

To build:

mkdir build
cmake build
cd build
make


To install:
(sudo) make install
