From: Mike Brady Date: Fri, 9 Feb 2018 21:17:59 +0000 (+0000) Subject: Update OPENBSD.md X-Git-Tag: 3.2RC1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a9b6ce37da58cfffdbacc9277334201bf6d8d63;p=thirdparty%2Fshairport-sync.git Update OPENBSD.md --- diff --git a/OPENBSD.md b/OPENBSD.md index 8e2b0625..6b0428f5 100644 --- a/OPENBSD.md +++ b/OPENBSD.md @@ -30,9 +30,10 @@ Now, download Shairport Sync from GitHub: $ git clone https://github.com/mikebrady/shairport-sync.git $ cd shairport-sync ``` -Next, configure the build and compile it: +Next, switch to the `development` branch, configure the build and compile it: ``` +$ git checkout development $ autoreconf -i -f $ ./configure --with-avahi --with-ssl=openssl --with-sndio --with-os=openbsd $ make