Page 1 of 1

how do I get KDE dependencies for marble? [SOLVED]

Posted: 13. Nov 2012, 10:01
by mozerella
for my third post in SalixOS forums..

I tried installing marble which I got from here after some time googling it (http://search.slackware.eu/cgi-bin/pack ... i486-1.txz) and it instlled OK but of course I need the dependencies, which are
libkdecore.so.5
libkdeui.so.5
libkio.so.5
libknewstuff3.so.4
libkparts.so.4
libnepomuk.so.4
libnepomukutils.so.4
libphonon.so.4
libplasma.so.3
libsoprano.so.4

Does anyone know the best way of getting these without installing KDE on my box? (I run LXDE and its a 13.37 Salix build)
I also couldn't find marble for 13.37, but it is there for 12 (http://ftp.slackware.org.uk/slacky/slac ... 0.7.1/src/) so should I use that one?
thanks

Re: how do I get KDE dependencies for marble?

Posted: 13. Nov 2012, 11:15
by gapan
You need to install KDE. You can run that package if you're running 14.0 and you should have installed it through the package manager. If you're running 13.37, you can forget about it in any case (unless you build it yourself).

Re: how do I get KDE dependencies for marble?

Posted: 13. Nov 2012, 11:21
by mozerella
Right, good to know. I think I'll stick with GEarth which is up and running quite easily.
thanks

Re: how do I get KDE dependencies for marble? [SOLVED]

Posted: 14. Nov 2012, 05:52
by mozerella
I'm going to give the KDE libs a go, that should fix it. http://search.slackware.eu/cgi-bin/pack ... i486-2.txz

Re: how do I get KDE dependencies for marble? [SOLVED]

Posted: 3. Dec 2012, 12:19
by tackat
BTW: You can also compile Marble yourself - without the optional KDE dependencies. Just follow

marble.kde.org/sources.php

Under Compiling the Sources press the Qt version button. You then get the instructions for compiling the Qt-Only version:

Code: Select all

mkdir -p ~/marble/build
cd ~/marble/build
cmake -DCMAKE_BUILD_TYPE=Debug -DQTONLY=TRUE -DCMAKE_INSTALL_PREFIX=/usr/local ~/marble/sources
make
sudo make install
Have Fun!

Your Marble Team