Added libsystemd-dev to the list of required packages to support daemon installation under systemd, see #117

This commit is contained in:
Andrea Bondavalli 2023-03-05 09:33:36 +01:00
parent a13cf9ec65
commit 16c043865d

View File

@ -19,4 +19,5 @@ sudo apt-get install -y libasound2-dev
sudo apt-get install -y linuxptp
sudo apt-get install -y libavahi-client-dev
sudo apt install -y linux-headers-$(uname -r)
sudo apt-get install -y libsystemd-dev