From: Mike Brady Date: Tue, 21 Aug 2018 18:53:01 +0000 (+0100) Subject: Update to correspond a little better to the upstream instructions. X-Git-Tag: 3.2.2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=619398d950df07ce1a261f0b5882394ae4254ffa;p=thirdparty%2Fshairport-sync.git Update to correspond a little better to the upstream instructions. --- diff --git a/LIBSOXR.md b/LIBSOXR.md index 8a81cfdd..6a6fb871 100644 --- a/LIBSOXR.md +++ b/LIBSOXR.md @@ -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.