Added libchromaprint-dev
parent
9af718b354
commit
b7d9fc9d81
|
@ -20,6 +20,7 @@ You need CMake and the development packages for these libraries:
|
||||||
* libqjson
|
* libqjson
|
||||||
* libsqlite3
|
* libsqlite3
|
||||||
* libprotobuf and protobuf-compiler
|
* libprotobuf and protobuf-compiler
|
||||||
|
* libchromaprint
|
||||||
* libgpod (optional, for iPod support)
|
* libgpod (optional, for iPod support)
|
||||||
* libplist (optional, for iPod support)
|
* libplist (optional, for iPod support)
|
||||||
* libusbmuxd (optional, for iPod support)
|
* libusbmuxd (optional, for iPod support)
|
||||||
|
@ -45,7 +46,7 @@ On Ubuntu you can install everything you need with:
|
||||||
libusbmuxd-dev libmtp-dev libcdio-dev \
|
libusbmuxd-dev libmtp-dev libcdio-dev \
|
||||||
protobuf-compiler libprotobuf-dev libqca2-dev libqca2-plugin-ossl \
|
protobuf-compiler libprotobuf-dev libqca2-dev libqca2-plugin-ossl \
|
||||||
libfftw3-dev libsparsehash-dev libsqlite3-dev libpulse-dev \
|
libfftw3-dev libsparsehash-dev libsqlite3-dev libpulse-dev \
|
||||||
libqtwebkit-dev libechonest-dev
|
libqtwebkit-dev libechonest-dev libchromaprint-dev
|
||||||
|
|
||||||
On Fedora:
|
On Fedora:
|
||||||
|
|
||||||
|
@ -54,7 +55,7 @@ On Fedora:
|
||||||
libgpod-devel qjson-devel libplist-devel \
|
libgpod-devel qjson-devel libplist-devel \
|
||||||
usbmuxd-devel libmtp-devel protobuf-devel protobuf-compiler qca2-devel \
|
usbmuxd-devel libmtp-devel protobuf-devel protobuf-compiler qca2-devel \
|
||||||
libcdio-devel qca-ossl fftw-devel sparsehash-devel sqlite-devel \
|
libcdio-devel qca-ossl fftw-devel sparsehash-devel sqlite-devel \
|
||||||
pulseaudio-libs-devel libqtwebkit-dev sha2-devel"
|
pulseaudio-libs-devel libqtwebkit-dev sha2-devel libchromaprint-dev"
|
||||||
|
|
||||||
You can also optionally install ccache, to speed up compilation in some cases.
|
You can also optionally install ccache, to speed up compilation in some cases.
|
||||||
On Ubuntu:
|
On Ubuntu:
|
||||||
|
|
Loading…
Reference in New Issue