# HG changeset patch # User Chris Cannam # Date 1575541116 0 # Node ID 5ecb3a1c0ed3fdda689cd1dec1f3313cb215061b # Parent 6f96db9dfc66424d7219acff195dbe3f3f6e47c7 Further INSTALL updates diff -r 6f96db9dfc66 -r 5ecb3a1c0ed3 INSTALL.txt --- a/INSTALL.txt Thu Dec 05 10:04:02 2019 +0000 +++ b/INSTALL.txt Thu Dec 05 10:18:36 2019 +0000 @@ -31,17 +31,24 @@ Install Qt5, either via Homebrew or from the official installer. - * If you are building from an official source release, make sure the -required dependencies (those libraries marked REQUIRED in the list in -the Linux section below) are available, whether installed using -Homebrew or some other method. This isn't necessary when building from -a repository checkout. - * If you are building from a repository checkout, install Poly/ML via Homebrew (`brew install polyml`) and run `./repoint install` before proceeding. This isn't necessary when building from an official source release. + * If you are building from an official source release, make sure the +following required dependencies are available, whether installed using +Homebrew or some other method: (This isn't necessary when building +from a repository checkout) + +REQUIRED Rubber Band Library http://www.breakfastquay.com/rubberband/ +REQUIRED libsndfile http://www.mega-nerd.com/libsndfile/ +REQUIRED libsamplerate http://www.mega-nerd.com/SRC/ +REQUIRED FFTW3 http://www.fftw.org/ +REQUIRED bzip2 library http://www.bzip.org/ +REQUIRED Sord and Serd libraries http://drobilla.net/software/ +REQUIRED Cap'n Proto http://capnproto.org/ + Then run `qmake -r sonic-visualiser.pro` and `make`. (You may need to provide the full path to the correct `qmake` executable for the version of Qt you want to build with.)