Mercurial > hg > sonic-annotator
comparison INSTALL @ 24:18c42fbc1335
* Various fixes: ensure CSV feature writer closes files when finished with
(rather than at end of run) to avoid running out of fds; bail properly
with an exception with CSV writer can't write to output file; and other
minor things
author | Chris Cannam |
---|---|
date | Tue, 08 Sep 2009 16:51:24 +0000 |
parents | 475f4623feba |
children | 91d20795a109 |
comparison
equal
deleted
inserted
replaced
23:1a9ad8f3a98f | 24:18c42fbc1335 |
---|---|
25 directly, and so indirectly also requires Raptor. For best | 25 directly, and so indirectly also requires Raptor. For best |
26 performance it's strongly recommended that you build with Redland | 26 performance it's strongly recommended that you build with Redland |
27 1.0.8 or newer. | 27 1.0.8 or newer. |
28 | 28 |
29 If you happen to be using a Debian-based Linux, you probably want to | 29 If you happen to be using a Debian-based Linux, you probably want to |
30 apt-get install the following packages: libqt4-dev libsndfile1-dev | 30 apt-get install the following packages: libqt4-dev libsndfile1-dev \ |
31 libsamplerate0-dev fftw3-dev libmad0-dev liboggz1-dev | 31 libsamplerate0-dev fftw3-dev libmad0-dev liboggz1-dev \ |
32 libfishsound1-dev liblrdf0-dev librdf0-dev . | 32 libfishsound1-dev liblrdf0-dev librdf0-dev libbz2-dev libasound2-dev . |
33 | 33 |
34 If you are building on a Unix-like system that supports pkg-config and | 34 If you are building on a Unix-like system that supports pkg-config and |
35 uses it for all appropriate libraries (such as a modern Linux | 35 uses it for all appropriate libraries (such as a modern Linux |
36 distribution) then you should be able to just run "qmake" (being | 36 distribution) then you should be able to just run "qmake" (being |
37 careful to ensure it is the Qt 4 version of qmake you are running, and | 37 careful to ensure it is the Qt 4 version of qmake you are running, and |