]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update to correspond a little better to the upstream instructions.
authorMike Brady <mikebrady@eircom.net>
Tue, 21 Aug 2018 18:53:01 +0000 (19:53 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Aug 2018 18:53:01 +0000 (19:53 +0100)
LIBSOXR.md

index 8a81cfdd9c157b6fdcdbd0774a848a595fb2cbfd..6a6fb8713d7e9a33cf93e1e9f14c47773a0c48b0 100644 (file)
@@ -14,11 +14,11 @@ On FreeBSD:
 
 * Download the `libsoxr source`:
 ```
-$ git clone git://git.code.sf.net/p/soxr/code libsoxr
+$ git clone git://git.code.sf.net/p/soxr/code soxr-code
 ```
-* `cd` into the `libsoxr` directory and start the build process:
+* `cd` into the `soxr-code` directory and start the build process:
 ```
-$ cd libsoxr
+$ cd soxr-code
 $ ./go
 ```
 Be patient! This takes a long time on a Raspberry Pi -- it looks like it gets stuck around 40% or 50%, but it will finish if you let it.