From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Wed, 7 Jul 2021 14:44:24 +0000 (+0100) Subject: Update BUILDFORAP2.md X-Git-Tag: 4.1-dev~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4552172c2cf9e8732ff96924c0b1c80f4ee7d6e7;p=thirdparty%2Fshairport-sync.git Update BUILDFORAP2.md --- diff --git a/BUILDFORAP2.md b/BUILDFORAP2.md index fa372960..c0ab0cd4 100644 --- a/BUILDFORAP2.md +++ b/BUILDFORAP2.md @@ -61,12 +61,11 @@ First, install the packages needed by Shairport Sync: (Note: if you don't want the `D-Bus` interface, you may omit `libglib2.0-dev`.) ### nqptp ### -Download, install and start/enable `nqptp` from [here](https://github.com/mikebrady/nqptp). +Download, install, enable and start `nqptp` from [here](https://github.com/mikebrady/nqptp). ***Note:*** At present, Shairport Sync expects the `nqptp` repository folder to be in the same directory as the `shairport-sync` repository folder, as it will look for a header file at `../nqptp/nqptp-shm-structures.h`. -The `nqptp` service monitors PTP clocks. It provides a POSIX Shared Memory Interface (SMI) at `/nqptp`. A shared -pthread mutex is contained within the interface, and to use it you need write access. +The `nqptp` service monitors PTP clocks. It provides a [POSIX Shared Memory](https://man7.org/linux/man-pages/man7/shm_overview.7.html) Interface at `/nqptp`. A shared pthread mutex is contained within the interface, and to use it you need write access. Next, download Shairport Sync, check out the `development` branch, configure it, compile and install it: ```