mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-14 10:46:07 +01:00
added vital dependancies, please correct my shoddy work, ty
parent
80c25f68cb
commit
4439dcad28
@ -20,6 +20,20 @@ The same as on any linux distro:
|
||||
protobuf-compiler libprotobuf-dev libqca2-dev libqca2-plugin-ossl \
|
||||
libfftw3-dev libsparsehash-dev libsqlite3-dev
|
||||
|
||||
user comments: this dependancy is not sufficent, loads of gstreamer missing, the follow commands fixed it for me
|
||||
|
||||
|
||||
sudo add-apt-repository ppa:gstreamer-developers/ppa
|
||||
sudo apt-get update
|
||||
sudo apt-get install liblastfm-dev libtag1-dev gettext libboost-dev \
|
||||
libboost-serialization-dev libqt4-dev qt4-dev-tools libqt4-opengl-dev \
|
||||
cmake libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
|
||||
libglew1.5-dev libqjson-dev libgpod-dev libplist-dev \
|
||||
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
|
||||
|
||||
## Get the source
|
||||
We will compile the stable 1.2.2 release. If you want to compile the master branch, don't execute `git checkout release-1.2`. I haven't tested it, so it might not work!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user