Dependencies:
gtk+-3.0

Building process:

mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=./bin
cmake --build . -j 6
cmake --install .