]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update FREEBSD.md
authorMike Brady <mikebrady@eircom.net>
Sun, 16 Apr 2017 17:03:20 +0000 (18:03 +0100)
committerGitHub <noreply@github.com>
Sun, 16 Apr 2017 17:03:20 +0000 (18:03 +0100)
FREEBSD.md

index 037f804ed345347f998b30017d3e4c91fde46c41..3484c0777ed85e1b99e7601ce26720924f0e50ec 100644 (file)
@@ -4,7 +4,7 @@ This is a very quick initial note about installing Shairport Sync on FreeBSD. So
 
 Please see important notes at the end about using the `sndio` back end -- some workarounds are needed for the present.
 
-The build instrctions here install back ends of `sndio` (native to OpenBSD) and ALSA. ALSA is, or course, the Advanced Linux Sound Architecture, so it is not "native" to FreeBSD. It has, however, been ported, so it should work pretty well.
+The build instrctions here install back ends for `sndio` (native to OpenBSD) and ALSA. ALSA is, or course, the Advanced Linux Sound Architecture, so it is not "native" to FreeBSD. It has, however, been ported, so it should work pretty well.
 
 General
 ----
@@ -63,7 +63,7 @@ $ CPPFLAGS="-I/usr/local/include" ./configure  --with-alsa --with-avahi --with-s
 $ make
 ```
 
-What's Next
+Manual Installation
 ----
 After this, you're on your own – the `$ sudo make install` step does not work for FreeBSD. Maybe some day...