From 3c8ceb7c97c8782903ec48e280023436711e0913 Mon Sep 17 00:00:00 2001 From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Tue, 23 Sep 2025 09:22:25 +0100 Subject: [PATCH] Update BUILD.md --- BUILD.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index e589bc36..bed891c5 100644 --- a/BUILD.md +++ b/BUILD.md @@ -49,7 +49,8 @@ If you are building classic Shairport Sync, the list of packages is shorter: # apt-get install --no-install-recommends build-essential git autoconf automake libtool \ libpopt-dev libconfig-dev libasound2-dev avahi-daemon libavahi-client-dev libssl-dev libsoxr-dev ``` -Building on Ubuntu 24.10, and possibly other distributions, requires systemd-dev. It does no harm to attempt to install it -- it will simply fail if the package doesn't exist: +Building on Ubuntu 24.10 or Debian 13 ("Trixie") and later -- and possibly on other distributions -- requires `systemd-dev`. It does no harm to attempt to install it -- the install will simply fail if the package doesn't exist: + ``` # apt install --no-install-recommends systemd-dev # it's okay if this fails because the package doesn't exist ``` -- 2.47.3