Chris@350: Chris@350: To compile from source Chris@350: ---------------------- Chris@350: Chris@392: To build on a Unix-like system, run Chris@350: Chris@350: $ ./configure && make Chris@350: Chris@350: The following additional libraries are required or optional when Chris@350: building the SV core libraries: Chris@350: Chris@350: REQUIRED Qt v4.4 or newer http://qt.nokia.com/ Chris@350: REQUIRED Vamp Plugin SDK v2.x http://www.vamp-plugins.org/ Chris@350: REQUIRED Rubber Band Library http://www.breakfastquay.com/rubberband/ Chris@350: REQUIRED libsndfile http://www.mega-nerd.com/libsndfile/ Chris@350: REQUIRED libsamplerate http://www.mega-nerd.com/SRC/ Chris@350: REQUIRED FFTW3 http://www.fftw.org/ Chris@350: REQUIRED bzip2 library http://www.bzip.org/ Chris@350: REQUIRED Redland RDF libraries http://librdf.org/ Chris@350: Chris@350: Optional MAD mp3 decoder http://www.underbit.com/products/mad/ Chris@350: Optional Oggz and fishsound http://www.annodex.net/software/libraries.html Chris@350: Optional liblo OSC library http://www.plugin.org.uk/liblo/ Chris@350: Chris@350: The Redland RDF libraries include the Raptor RDF parser library, Chris@350: Rasqal RDF query library, and librdf, the Redland RDF datastore (which Chris@350: depends on both of those). The SV libraries require all of these. Chris@350: Chris@350: If you are going to build the rest of the SV libraries, you will also Chris@350: need one or more of: Chris@350: Chris@350: Optional JACK http://www.jackaudio.org/ Chris@350: Optional PortAudio v19 http://www.portaudio.com/ Chris@350: Optional PulseAudio http://www.pulseaudio.org/ Chris@350: Chris@350: Although JACK, PortAudio, and PulseAudio are individually optional, Chris@350: you will need to have one or the other of them in order to get any Chris@350: audio playback. Usually JACK is preferred on Linux, with PulseAudio Chris@350: as a backup, and PortAudio is used elsewhere. Chris@350: Chris@350: On Linux, you will need the ALSA libraries (used for MIDI). Chris@350: Chris@350: If you happen to be using a Debian-based Linux, you probably want to Chris@350: apt-get install the following packages: libqt4-dev libsndfile1-dev Chris@350: libsamplerate0-dev fftw3-dev libbz2-dev libjack-dev libmad0-dev Chris@350: liboggz1-dev libfishsound1-dev libasound2-dev liblo0-dev liblrdf0-dev Chris@350: librdf0-dev . Chris@350: