Mercurial > hg > sonic-visualiser
comparison INSTALL.txt @ 859:dac686f8efb8
Some install and packaging updates
author | Chris Cannam |
---|---|
date | Wed, 24 Sep 2014 10:00:56 +0100 |
parents | cfbea29fae64 |
children | 0d8ee478610b |
comparison
equal
deleted
inserted
replaced
858:4f7c1455b691 | 859:dac686f8efb8 |
---|---|
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.6 or newer http://qt-project.org/ | 12 REQUIRED Qt v5 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/ |
35 as a backup, and PortAudio is used elsewhere. | 35 as a backup, and PortAudio is used elsewhere. |
36 | 36 |
37 On Linux, you will need the ALSA libraries (used for MIDI). | 37 On Linux, you will need the ALSA libraries (used for MIDI). |
38 | 38 |
39 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 |
40 apt-get install something like the following packages: libqt4-dev | 40 apt-get install something like the following packages: qtbase5-dev |
41 libsndfile1-dev libsamplerate0-dev fftw3-dev libbz2-dev libjack-dev | 41 qt5-default libsndfile1-dev libsamplerate0-dev libfftw3-dev libbz2-dev |
42 libmad0-dev liboggz1-dev libfishsound1-dev libasound2-dev liblo0-dev | 42 libjack-dev libjack0 libpulse-dev libmad0-dev libid3tag0-dev |
43 liblrdf0-dev libsord0-dev libserd0-dev. | 43 liboggz2-dev libfishsound1-dev libasound2-dev liblo-dev liblrdf0-dev |
44 libsord-dev libserd-dev vamp-plugin-sdk librubberband-dev. | |
44 | 45 |