]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update BUILD.md
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 23 Sep 2025 08:21:53 +0000 (09:21 +0100)
committerGitHub <noreply@github.com>
Tue, 23 Sep 2025 08:21:53 +0000 (09:21 +0100)
BUILD.md

index 9e6448cf4055cf5f2237c991d5aee47cd4845ccf..c8dd7079c21217fd2f9fe80d59cd26eade0f8ddf 100644 (file)
--- a/BUILD.md
+++ b/BUILD.md
@@ -67,7 +67,7 @@ If you are building classic Shairport Sync, the list of packages is shorter:
     libavutil-dev libavcodec-dev libavformat-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
 ```