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