From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Mon, 6 May 2024 17:29:20 +0000 (+0100) Subject: Update BUILD.md X-Git-Tag: 4.3.4-dev~8 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=360c50b7c98a85aad82c4242ec3e187028bda017;p=thirdparty%2Fshairport-sync.git Update BUILD.md --- diff --git a/BUILD.md b/BUILD.md index 1266fe49..30619161 100644 --- a/BUILD.md +++ b/BUILD.md @@ -49,17 +49,15 @@ 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 ``` -### Fedora -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. +### Fedora (Fedora 40) +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, the FFmpeg libraries will lack a suitable AAC decoder, preventing Shairport Sync from working in AirPlay 2 mode. ``` # yum update -# yum install make automake gcc gcc-c++ \ +# yum install --allowerasing make automake gcc gcc-c++ \ git autoconf automake avahi-devel libconfig-devel openssl-devel popt-devel soxr-devel \ 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