From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Mon, 10 Oct 2022 21:44:03 +0000 (+0100) Subject: xmltoman is no longer needed unless you are changing the man entry -- the man file... X-Git-Tag: 4.1-rc3~1^2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=491cbf6b5c3ffb1b2d8890eee6cc984b3180039d;p=thirdparty%2Fshairport-sync.git xmltoman is no longer needed unless you are changing the man entry -- the man file is part of the repository. --- diff --git a/BUILD.md b/BUILD.md index 15c5253f..6db01e3f 100644 --- a/BUILD.md +++ b/BUILD.md @@ -37,7 +37,7 @@ Okay, now let's get the tools and libraries for building and installing Shairpor ``` # apt update # apt upgrade # this is optional but recommended -# apt install --no-install-recommends build-essential git xmltoman autoconf automake libtool \ +# apt 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 \ libplist-dev libsodium-dev libavutil-dev libavcodec-dev libavformat-dev uuid-dev libgcrypt-dev xxd ``` @@ -45,7 +45,7 @@ If you are building classic Shairport Sync, the list of packages is shorter: ``` # apt update # apt upgrade # this is optional but recommended -# apt-get install --no-install-recommends build-essential git xmltoman autoconf automake libtool \ +# 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 @@ -53,7 +53,7 @@ For AirPlay 2 operation, _before you install the libraries_, please ensure the y ``` # yum update # yum install make automake gcc gcc-c++ \ - git xmltoman autoconf automake avahi-devel libconfig-devel openssl-devel popt-devel soxr-devel \ + git autoconf automake avahi-devel libconfig-devel openssl-devel popt-devel soxr-devel \ ffmpeg ffmpeg-devel libplist-devel libsodium-devel libgcrypt-dev libuuid-devel vim-common \ alsa-lib-devel ``` @@ -61,7 +61,7 @@ If you are building classic Shairport Sync, the list of packages is shorter: ``` # yum update # yum install make automake gcc gcc-c++ \ - git xmltoman autoconf automake avahi-devel libconfig-devel openssl-devel popt-devel soxr-devel \ + git autoconf automake avahi-devel libconfig-devel openssl-devel popt-devel soxr-devel \ alsa-lib-devel ``` ### Arch Linux