comparison INSTALL.txt @ 856:cfbea29fae64 sv_v2.4

This will be SV v2.4
author Chris Cannam
date Tue, 23 Sep 2014 08:55:29 +0100
parents bb6e04d07921
children dac686f8efb8
comparison
equal deleted inserted replaced
855:7c0534369ddd 856:cfbea29fae64
7 $ ./configure && make 7 $ ./configure && make
8 8
9 The following additional libraries are required or optional when 9 The following additional libraries are required or optional when
10 building the SV core libraries: 10 building the SV core libraries:
11 11
12 REQUIRED Qt v4.4 or newer http://qt.nokia.com/ 12 REQUIRED Qt v4.6 or newer http://qt-project.org/
13 REQUIRED Vamp Plugin SDK v2.x http://www.vamp-plugins.org/ 13 REQUIRED Vamp Plugin SDK v2.x http://www.vamp-plugins.org/
14 REQUIRED Rubber Band Library http://www.breakfastquay.com/rubberband/ 14 REQUIRED Rubber Band Library http://www.breakfastquay.com/rubberband/
15 REQUIRED libsndfile http://www.mega-nerd.com/libsndfile/ 15 REQUIRED libsndfile http://www.mega-nerd.com/libsndfile/
16 REQUIRED libsamplerate http://www.mega-nerd.com/SRC/ 16 REQUIRED libsamplerate http://www.mega-nerd.com/SRC/
17 REQUIRED FFTW3 http://www.fftw.org/ 17 REQUIRED FFTW3 http://www.fftw.org/
18 REQUIRED bzip2 library http://www.bzip.org/ 18 REQUIRED bzip2 library http://www.bzip.org/
19 REQUIRED Redland RDF libraries http://librdf.org/ 19 REQUIRED Sord and Serd libraries http://drobilla.net/software/
20 20
21 Optional MAD mp3 decoder http://www.underbit.com/products/mad/ 21 Optional MAD mp3 decoder http://www.underbit.com/products/mad/
22 Optional Oggz and fishsound http://xiph.org/oggz/ 22 Optional Oggz and fishsound http://xiph.org/oggz/
23 Optional liblo OSC library http://www.plugin.org.uk/liblo/ 23 Optional liblo OSC library http://www.plugin.org.uk/liblo/
24 24
25 The Redland RDF libraries include the Raptor RDF parser library, 25 If you are going to build the rest of the SV libraries and the Sonic
26 Rasqal RDF query library, and librdf, the Redland RDF datastore (which 26 Visualiser application, you will also need one or more of:
27 depends on both of those). The SV libraries require all of these.
28
29 If you are going to build the rest of the SV libraries, you will also
30 need one or more of:
31 27
32 Optional JACK http://www.jackaudio.org/ 28 Optional JACK http://www.jackaudio.org/
33 Optional PortAudio v19 http://www.portaudio.com/ 29 Optional PortAudio v19 http://www.portaudio.com/
34 Optional PulseAudio http://www.pulseaudio.org/ 30 Optional PulseAudio http://www.pulseaudio.org/
35 31
39 as a backup, and PortAudio is used elsewhere. 35 as a backup, and PortAudio is used elsewhere.
40 36
41 On Linux, you will need the ALSA libraries (used for MIDI). 37 On Linux, you will need the ALSA libraries (used for MIDI).
42 38
43 If you happen to be using a Debian-based Linux, you probably want to 39 If you happen to be using a Debian-based Linux, you probably want to
44 apt-get install the following packages: libqt4-dev libsndfile1-dev 40 apt-get install something like the following packages: libqt4-dev
45 libsamplerate0-dev fftw3-dev libbz2-dev libjack-dev libmad0-dev 41 libsndfile1-dev libsamplerate0-dev fftw3-dev libbz2-dev libjack-dev
46 liboggz1-dev libfishsound1-dev libasound2-dev liblo0-dev liblrdf0-dev 42 libmad0-dev liboggz1-dev libfishsound1-dev libasound2-dev liblo0-dev
47 librdf0-dev . 43 liblrdf0-dev libsord0-dev libserd0-dev.
48 44