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