]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
xmltoman is no longer needed unless you are changing the man entry -- the man file...
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 10 Oct 2022 21:44:03 +0000 (22:44 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 10 Oct 2022 21:44:03 +0000 (22:44 +0100)
BUILD.md

index 15c5253f9540becb3551701c4aac9fb7c32cb278..6db01e3f746ae3f8ebe27de94a3d44d042cf4a83 100644 (file)
--- 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