comparison INSTALL.txt @ 2426:5ecb3a1c0ed3

Further INSTALL updates
author Chris Cannam
date Thu, 05 Dec 2019 10:18:36 +0000
parents 6f96db9dfc66
children 35d4c3b11fdc
comparison
equal deleted inserted replaced
2425:6f96db9dfc66 2426:5ecb3a1c0ed3
29 29
30 Build from the command line, but do not use the configure script. 30 Build from the command line, but do not use the configure script.
31 31
32 Install Qt5, either via Homebrew or from the official installer. 32 Install Qt5, either via Homebrew or from the official installer.
33 33
34 * If you are building from an official source release, make sure the
35 required dependencies (those libraries marked REQUIRED in the list in
36 the Linux section below) are available, whether installed using
37 Homebrew or some other method. This isn't necessary when building from
38 a repository checkout.
39
40 * If you are building from a repository checkout, install Poly/ML via 34 * If you are building from a repository checkout, install Poly/ML via
41 Homebrew (`brew install polyml`) and run `./repoint install` before 35 Homebrew (`brew install polyml`) and run `./repoint install` before
42 proceeding. This isn't necessary when building from an official source 36 proceeding. This isn't necessary when building from an official source
43 release. 37 release.
38
39 * If you are building from an official source release, make sure the
40 following required dependencies are available, whether installed using
41 Homebrew or some other method: (This isn't necessary when building
42 from a repository checkout)
43
44 REQUIRED Rubber Band Library http://www.breakfastquay.com/rubberband/
45 REQUIRED libsndfile http://www.mega-nerd.com/libsndfile/
46 REQUIRED libsamplerate http://www.mega-nerd.com/SRC/
47 REQUIRED FFTW3 http://www.fftw.org/
48 REQUIRED bzip2 library http://www.bzip.org/
49 REQUIRED Sord and Serd libraries http://drobilla.net/software/
50 REQUIRED Cap'n Proto http://capnproto.org/
44 51
45 Then run `qmake -r sonic-visualiser.pro` and `make`. (You may need to 52 Then run `qmake -r sonic-visualiser.pro` and `make`. (You may need to
46 provide the full path to the correct `qmake` executable for the 53 provide the full path to the correct `qmake` executable for the
47 version of Qt you want to build with.) 54 version of Qt you want to build with.)
48 55