Mercurial > hg > sonic-visualiser
changeset 2426:5ecb3a1c0ed3
Further INSTALL updates
author | Chris Cannam |
---|---|
date | Thu, 05 Dec 2019 10:18:36 +0000 |
parents | 6f96db9dfc66 |
children | e3e37f0315fc |
files | INSTALL.txt |
diffstat | 1 files changed, 13 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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.)