git clone https://github.com/mehedirm6244/nostokeeb
cd nostokeeb
mkdir build && cd build
cmake ..
make
An executable will be created in /build
. You can run it without installing to the system.
sudo make install
A .desktop
file (launcher) and executable binary will be installed globally.
Make sure the present working directory is /build
sudo make uninstall