runner frank
runner frank

Reputation: 341

problems of installing kde runtime libraries on Linux

I am trying to install kde runtime libraries for kscope on Linux (2.6.18-308.11.1.el5).

http://kscope.sourceforge.net/install.shtml

I have downloaded kde-runtime-4.9.2 from ftp://ftp.kde.org/pub/kde/stable/4.9.2/src/

But, in the downloaded files, I cannot find INSTALL or other help files about how to install it.

Any help will be appreciated.

Thanks,

Upvotes: 0

Views: 568

Answers (2)

nalinc
nalinc

Reputation: 7425

This is what you can do(assuming you are not on kubuntu):

1) add kubuntu's backports to your existing ppa(to gain access to KDE libraries):
# sudo add-apt-repository ppa:kubuntu-ppa/backports
2) Update the package index:
# sudo apt-get update
3) Install kdebase-runtime deb package:
# sudo apt-get install kdebase-runtime

this should work

cheers

Upvotes: 1

Niko Sams
Niko Sams

Reputation: 4414

kscope had it's latest release in 2008 and depends on KDE 3 libraries.

kdelibs 4 are incompatible with kdelibs 3. To get it running you need a distribution that still supports kde3. (or compile kde3 all yourself)

I suggest you use an alternative application - like KDevelop (you actually tagged your question with kdevelop)

Upvotes: 0

Related Questions