From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Fri, 1 Jul 2022 17:17:13 +0000 (+0100) Subject: Update FEDORA.md X-Git-Tag: 4.1-rc1~24^2~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a57efcc8c0e9972ed8d1979350c03086f307be64;p=thirdparty%2Fshairport-sync.git Update FEDORA.md --- diff --git a/FEDORA.md b/FEDORA.md index f105ddbe..31c08e20 100644 --- a/FEDORA.md +++ b/FEDORA.md @@ -1,14 +1,19 @@ Fedora Installation Guide [Needs updating for Airplay 2] ----- + Update everything... ``` # yum update ``` -Install the toolchain and pre-requisites, if necessary: +Install the toolchain and prerequisites, if necessary: ``` # yum install make automake gcc gcc-c++ kernel-devel # yum install alsa-lib-devel autoconf automake avahi-devel libconfig-devel \ - libdaemon-devel openssl-devel popt-devel soxr-devel rpmbuild + openssl-devel popt-devel soxr-devel rpmbuild +``` +For AirPlay 2, you'll also need to install the following prerequisites: +``` +# yum install ffmpeg ffmpeg-devel libplist-devel libsodium-devel libgcrypt-devel libuuid-devel vim-common ``` Download the tarball from the "releases" tab on github or use `wget` and then use `rpmbuild`. Alternatively, download a tarball of the `master` branch, as in this example: ```