]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update README.md 1470/head
authorPaul <github.com@maar.nu>
Mon, 2 May 2022 15:13:57 +0000 (17:13 +0200)
committerGitHub <noreply@github.com>
Mon, 2 May 2022 15:13:57 +0000 (17:13 +0200)
The port for Shairport Sync was committed to the OpenBSD ports tree recently. It's a pretty vanilla port, one small patch moves the manpage to section 1; a dedicated user is configured (_shairport), and an rc-script is provided to start the service at boot.

Thank you!

README.md

index 0efe90aaf78ca34524686626bd640237b0fc20bf..7a640f312aa382031f751b3768bc7f9d1f37411f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -92,6 +92,18 @@ Note that the installation uses the libao library and so synchronisation is not
 
 **Cygwin:** Please see the guide at [CYGWIN.md](https://github.com/mikebrady/shairport-sync/blob/master/CYGWIN.md).
 
+**OpenBSD:** A port exists for Shairport Sync.  Packages are available for users of -current OpenBSD, the first release to include this port will be OpenBSD 7.2.  To install, simply run
+
+```
+pkg_add shairport_sync
+```
+Configure your system to start the service at boot time with
+```
+rcctl enable messagebus avahi_daemon shairport_sync
+```
+
+Note that the README for this port includes instructions on how to share access to the audio device between Shairport Sync and another user.
+
 Sincere thanks to all package contributors!
 
 If you wish to build and install the latest version of Shairport Sync on Debian, Ubuntu, Fedora or Arch platforms, please continue to follow these instructions. When the program has been compiled and installed, refer to the section on Configuring Shairport Sync that follows. To build Shairport Sync from sources on FreeBSD please refer to [FREEBSD.md](https://github.com/mikebrady/shairport-sync/blob/master/FREEBSD.md).