We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The installation of Samen is Distribution specific.
For Arch linux there is some PKGBUILD in aur https://aur.archlinux.org/packages.php?ID=49796.
Debian based distributions got a initscript and configuration in
https://github.com/kimperator/Samen/tree/master/additions/debian copy the folder etc to /etc
Feel free to add initscripts for various Linux Distributions
The build and installation ist CMake based:
mkdir build
cmake ..
make
make install
echo "done :)"