mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-28 02:21:14 +01:00
Added libchromaprint-dev
parent
9af718b354
commit
b7d9fc9d81
@ -20,6 +20,7 @@ You need CMake and the development packages for these libraries:
|
||||
* libqjson
|
||||
* libsqlite3
|
||||
* libprotobuf and protobuf-compiler
|
||||
* libchromaprint
|
||||
* libgpod (optional, for iPod support)
|
||||
* libplist (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 \
|
||||
protobuf-compiler libprotobuf-dev libqca2-dev libqca2-plugin-ossl \
|
||||
libfftw3-dev libsparsehash-dev libsqlite3-dev libpulse-dev \
|
||||
libqtwebkit-dev libechonest-dev
|
||||
libqtwebkit-dev libechonest-dev libchromaprint-dev
|
||||
|
||||
On Fedora:
|
||||
|
||||
@ -54,7 +55,7 @@ On Fedora:
|
||||
libgpod-devel qjson-devel libplist-devel \
|
||||
usbmuxd-devel libmtp-devel protobuf-devel protobuf-compiler qca2-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.
|
||||
On Ubuntu:
|
||||
|
Loading…
Reference in New Issue
Block a user