From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sun, 24 Oct 2021 10:28:46 +0000 (+0100) Subject: Update BUILDFORAP2.md X-Git-Tag: 4.1-rc1~24^2~386^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1452bb687f15e33f910ee875c6781b79bddeb270;p=thirdparty%2Fshairport-sync.git Update BUILDFORAP2.md --- diff --git a/BUILDFORAP2.md b/BUILDFORAP2.md index b6106455..6cdc288f 100644 --- a/BUILDFORAP2.md +++ b/BUILDFORAP2.md @@ -55,7 +55,7 @@ Okay, now let's get the tools and libraries for building and installing Shairpor First, install the packages needed by Shairport Sync: ``` # apt install --no-install-recommends build-essential git xmltoman autoconf automake libtool \ - libpopt-dev libconfig-dev libasound2-dev avahi-daemon libavahi-client-dev libssl-dev libsoxr-dev libglib2.0-dev \ + 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 ``` @@ -68,10 +68,10 @@ Download, install, enable and start `nqptp` from [here](https://github.com/mikeb As you probably know, you can download the repository in two ways: (1) using `git` to clone it -- recommended -- or (2) downloading the repository as a ZIP archive. Please use the `git` method. The reason it that when you use `git`, the build process can incorporate the `git` build information in the version string you get when you execute the command `$ shairport-sync -V`. This will be very useful for identifying the exact build if you are making comments or bug reports. Here is an example: ``` Version with git information: -4.0-dev-138-g2789572-AirPlay2-OpenSSL-Avahi-ALSA-soxr-metadata-dbus-sysconfdir:/etc +4.0-dev-138-g2789572-AirPlay2-OpenSSL-Avahi-ALSA-soxr-sysconfdir:/etc Version without git information: -4.0-dev-AirPlay2-OpenSSL-Avahi-ALSA-soxr-metadata-dbus-sysconfdir:/etc +4.0-dev-AirPlay2-OpenSSL-Avahi-ALSA-soxr-sysconfdir:/etc ``` #### Build and Install @@ -82,7 +82,7 @@ $ cd shairport-sync $ git checkout development $ autoreconf -fi $ ./configure --sysconfdir=/etc --with-alsa \ - --with-soxr --with-avahi --with-ssl=openssl --with-systemd --with-dbus-interface --with-airplay-2 + --with-soxr --with-avahi --with-ssl=openssl --with-systemd --with-airplay-2 $ make -j # make install ```