Skip to content

Commit

Permalink
Update OPENBSD.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady committed Apr 5, 2019
1 parent 1e74d37 commit c5b464c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OPENBSD.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Next, switch to the `development` branch, configure the build and compile it:
```
$ git checkout development
$ autoreconf -i -f
$ ./configure --sysconfdir=/etc --with-avahi --with-ssl=openssl --with-sndio --with-os=openbsd
$ ./configure --sysconfdir=/etc --with-avahi --with-ssl=openssl --with-libdaemon --with-sndio --with-os=openbsd
$ make
```
The application is called `shairport-sync`. Check that it's running correctly by executing the following command:
Expand Down

0 comments on commit c5b464c

Please sign in to comment.