It is a companion application to [Shairport Sync](https://github.com/mikebrady/shairport-sync) and provides timing information for AirPlay 2 operation.
+# Development
+This branch -- the `development` branch -- changes relatively rapidly and may contain significant bugs. The `main` branch is the most stable. Use it with the `development` branch of Shairport Sync.
+
## Installation
This guide is for recent Linux and FreeBSD systems.
```
$ git clone https://github.com/mikebrady/nqptp.git
$ cd nqptp
+$ git checkout development
$ autoreconf -fi
$ ./configure --with-systemd-startup
$ make
```
$ git clone https://github.com/mikebrady/nqptp.git
$ cd nqptp
+$ git checkout development
$ autoreconf -fi
$ ./configure --with-freebsd-startup
$ make
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.68])
-AC_INIT([nqptp], [1.2.3], [4265913+mikebrady@users.noreply.github.com])
+AC_INIT([nqptp], [1.2.4d0], [4265913+mikebrady@users.noreply.github.com])
AM_INIT_AUTOMAKE
AC_CANONICAL_HOST