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
how do I get KDE dependencies for marble? [SOLVED]
how do I get KDE dependencies for marble? [SOLVED]
Last edited by mozerella on 13. Nov 2012, 11:22, edited 1 time in total.
Re: how do I get KDE dependencies for marble?
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?
Right, good to know. I think I'll stick with GEarth which is up and running quite easily.
thanks
thanks
Re: how do I get KDE dependencies for marble? [SOLVED]
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]
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:
Have Fun!
Your Marble Team
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
Your Marble Team