Skip to content

Commit

Permalink
Update OPENBSD.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady authored Feb 23, 2020
1 parent f33a4e0 commit 3d89c68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion OPENBSD.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ $ cd shairport-sync
Next, configure and compile shairport-sync:
```
$ autoreconf -fi
$ ./configure --sysconfdir=/etc --with-avahi --with-ssl=openssl --with-libdaemon --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 3d89c68

Please sign in to comment.