]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update BUILD.md
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 6 May 2024 15:49:35 +0000 (16:49 +0100)
committerGitHub <noreply@github.com>
Mon, 6 May 2024 15:49:35 +0000 (16:49 +0100)
BUILD.md

index e73e3bda8c03e0298a06a75d71c44cbc79c3c4c7..1266fe49f6f7d5c8ccdcda7a05dcb6584889b825 100644 (file)
--- a/BUILD.md
+++ b/BUILD.md
@@ -50,7 +50,7 @@ If you are building classic Shairport Sync, the list of packages is shorter:
     libpopt-dev libconfig-dev libasound2-dev avahi-daemon libavahi-client-dev libssl-dev libsoxr-dev
 ```
 ### Fedora
-For AirPlay 2 operation, _before you install the libraries_, please ensure the you have [enabled](https://docs.fedoraproject.org/en-US/quick-docs/setup_rpmfusion) RPM Fusion software repositories at least to the "Free" level. If this is not done, FFmpeg libraries will be installed that lack a suitable AAC decoder, preventing Shairport Sync from working in AirPlay 2 mode.
+For AirPlay 2 operation, _before you install the libraries_, please ensure the you have [enabled](https://docs.fedoraproject.org/en-US/quick-docs/rpmfusion-setup) RPM Fusion software repositories to the "Nonfree" level. If this is not done, FFmpeg libraries will be installed that lack a suitable AAC decoder, preventing Shairport Sync from working in AirPlay 2 mode. 
 ```
 # yum update
 # yum install make automake gcc gcc-c++ \
@@ -58,6 +58,8 @@ For AirPlay 2 operation, _before you install the libraries_, please ensure the y
     ffmpeg ffmpeg-devel libplist-devel libsodium-devel libgcrypt-devel libuuid-devel vim-common \
     alsa-lib-devel
 ```
+Note: on Fedora 40, you may have to include the `--allowerasing` option in `yum install...` to permit erasing of superceded packages.
+
 If you are building classic Shairport Sync, the list of packages is shorter:
 ```
 # yum update