user@debian:~$ cd /tmp user@debian:/tmp$ git clone https://github.com/rfjakob/systembus-notify.git Cloning into 'systembus-notify'... remote: Enumerating objects: 56, done. remote: Counting objects: 100% (56/56), done. remote: Compressing objects: 100% (35/35), done. remote: Total 56 (delta 28), reused 47 (delta 19), pack-reused 0 Unpacking objects: 100% (56/56), done. user@debian:/tmp$ cd systembus-notify user@debian:/tmp/systembus-notify$ make cc -Wall -Wextra -Wformat-security -Wconversion -fstack-protector-all -std=gnu99 -lsystemd -g -o systembus-notify *.c user@debian:/tmp/systembus-notify$ make install mkdir -p /home/user/bin /home/user/.config/autostart cp systembus-notify /home/user/bin cp systembus-notify.desktop /home/user/.config/autostart user@debian:/tmp/systembus-notify$