]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update OPENBSD.md
authorMike Brady <mikebrady@eircom.net>
Fri, 9 Feb 2018 21:17:59 +0000 (21:17 +0000)
committerGitHub <noreply@github.com>
Fri, 9 Feb 2018 21:17:59 +0000 (21:17 +0000)
OPENBSD.md

index 8e2b06259d35ee802e6520db5ac7ece7d8cd38d5..6b0428f5a9488464464cc613d275ba8d9bab6430 100644 (file)
@@ -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