Mercurial > hg > sonic-annotator
diff 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 | 
line wrap: on
 line diff
--- a/INSTALL Tue Jul 07 11:49:56 2009 +0000 +++ b/INSTALL Tue Sep 08 16:51:24 2009 +0000 @@ -27,9 +27,9 @@ 1.0.8 or newer. If you happen to be using a Debian-based Linux, you probably want to -apt-get install the following packages: libqt4-dev libsndfile1-dev -libsamplerate0-dev fftw3-dev libmad0-dev liboggz1-dev -libfishsound1-dev liblrdf0-dev librdf0-dev . +apt-get install the following packages: libqt4-dev libsndfile1-dev \ +libsamplerate0-dev fftw3-dev libmad0-dev liboggz1-dev \ +libfishsound1-dev liblrdf0-dev librdf0-dev libbz2-dev libasound2-dev . If you are building on a Unix-like system that supports pkg-config and uses it for all appropriate libraries (such as a modern Linux
