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

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
mozerella
Posts: 11
Joined: 11. Nov 2012, 06:11

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

Post 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
Last edited by mozerella on 13. Nov 2012, 11:22, edited 1 time in total.
User avatar
gapan
Salix Wizard
Posts: 6366
Joined: 6. Jun 2009, 17:40

Re: how do I get KDE dependencies for marble?

Post 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).
Image
Image
mozerella
Posts: 11
Joined: 11. Nov 2012, 06:11

Re: how do I get KDE dependencies for marble?

Post by mozerella »

Right, good to know. I think I'll stick with GEarth which is up and running quite easily.
thanks
mozerella
Posts: 11
Joined: 11. Nov 2012, 06:11

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

Post 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
tackat
Posts: 1
Joined: 3. Dec 2012, 12:12

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

Post 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
Post Reply