Mercurial > hg > sonic-visualiser
comparison INSTALL.txt @ 1673:0f389bfb0905
Untabify
author | Chris Cannam |
---|---|
date | Mon, 24 Apr 2017 09:07:26 +0100 |
parents | 0d8ee478610b |
children | 67f1a896bd87 |
comparison
equal
deleted
inserted
replaced
1672:2a53ed37351e | 1673:0f389bfb0905 |
---|---|
25 | 25 |
26 $ ./configure && make && make install | 26 $ ./configure && make && make install |
27 | 27 |
28 The following additional libraries are required or optional: | 28 The following additional libraries are required or optional: |
29 | 29 |
30 REQUIRED Qt v5 http://qt-project.org/ | 30 REQUIRED Qt v5 http://qt-project.org/ |
31 REQUIRED Vamp Plugin SDK v2.x http://www.vamp-plugins.org/ | 31 REQUIRED Vamp Plugin SDK v2.x http://www.vamp-plugins.org/ |
32 REQUIRED Rubber Band Library http://www.breakfastquay.com/rubberband/ | 32 REQUIRED Rubber Band Library http://www.breakfastquay.com/rubberband/ |
33 REQUIRED libsndfile http://www.mega-nerd.com/libsndfile/ | 33 REQUIRED libsndfile http://www.mega-nerd.com/libsndfile/ |
34 REQUIRED libsamplerate http://www.mega-nerd.com/SRC/ | 34 REQUIRED libsamplerate http://www.mega-nerd.com/SRC/ |
35 REQUIRED FFTW3 http://www.fftw.org/ | 35 REQUIRED FFTW3 http://www.fftw.org/ |
36 REQUIRED bzip2 library http://www.bzip.org/ | 36 REQUIRED bzip2 library http://www.bzip.org/ |
37 REQUIRED Sord and Serd libraries http://drobilla.net/software/ | 37 REQUIRED Sord and Serd libraries http://drobilla.net/software/ |
38 REQUIRED Cap'n Proto http://capnproto.org/ | 38 REQUIRED Cap'n Proto http://capnproto.org/ |
39 | 39 |
40 Optional MAD mp3 decoder http://www.underbit.com/products/mad/ | 40 Optional MAD mp3 decoder http://www.underbit.com/products/mad/ |
41 Optional Oggz and fishsound http://xiph.org/oggz/ | 41 Optional Oggz and fishsound http://xiph.org/oggz/ |
42 Optional liblo OSC library http://www.plugin.org.uk/liblo/ | 42 Optional liblo OSC library http://www.plugin.org.uk/liblo/ |
43 | 43 Optional JACK http://www.jackaudio.org/ |
44 Optional JACK http://www.jackaudio.org/ | 44 Optional PortAudio v19 http://www.portaudio.com/ |
45 Optional PortAudio v19 http://www.portaudio.com/ | 45 Optional PulseAudio http://www.pulseaudio.org/ |
46 Optional PulseAudio http://www.pulseaudio.org/ | |
47 | 46 |
48 Although JACK, PortAudio, and PulseAudio are individually optional, | 47 Although JACK, PortAudio, and PulseAudio are individually optional, |
49 you will need to have at least one of them in order to get any audio | 48 you will need to have at least one of them in order to get any audio |
50 playback. Usually JACK is preferred on Linux, with PulseAudio as a | 49 playback. Usually JACK is preferred on Linux, with PulseAudio as a |
51 backup, and PortAudio is used elsewhere. | 50 backup, and PortAudio is used elsewhere. |