From 4439dcad284797a3eb2871c44c570d143188582e Mon Sep 17 00:00:00 2001 From: apc300 Date: Tue, 6 Jan 2015 23:32:53 +0000 Subject: [PATCH] added vital dependancies, please correct my shoddy work, ty --- Clementine-on-Raspberry-Pi.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Clementine-on-Raspberry-Pi.md b/Clementine-on-Raspberry-Pi.md index 7bf5388..859de1d 100644 --- a/Clementine-on-Raspberry-Pi.md +++ b/Clementine-on-Raspberry-Pi.md @@ -19,6 +19,20 @@ The same as on any linux distro: libusbmuxd-dev libmtp-dev libcdio-dev \ 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!