Page 1 of 1

problem installing kdiff3 and kdenlive

Posted: 17. May 2011, 18:54
by denis_p
Hi everyone,

I just installed Salix 13.37, great work, thanks to all who took part to it !
I just meet problems installing kde programs through sourcery (kdenlive, kdiff3) :
here is the error I get at the end of the configure process :
------
CMake Error at /usr/share/cmake-2.8/Modules/FindKDE4.cmake:58 (MESSAGE):
ERROR: Could not find KDE4 kde4-config
Call Stack (most recent call first):
CMakeLists.txt:4 (find_package)
-------

I guess I should install some other package before, but can't find out which one.
Can anyone help me ?
thanks

Denis

Re: problem installing kdiff3 and kdenlive

Posted: 17. May 2011, 19:36
by gapan
In order to install any kde related packages, you'll need to install most of kde first. That includes at least kdelibs and kdebase along with all their dependencies.

Re: problem installing kdiff3 and kdenlive

Posted: 18. May 2011, 04:55
by denis_p
gapan wrote:In order to install any kde related packages, you'll need to install most of kde first. That includes at least kdelibs and kdebase along with all their dependencies.
Thanks gapan for your answer.
I installed both kdelibs and kdebase packages. Then, I also had to install linuxdoc-tools for kdiff3, and all the dependencies mentioned in the README file of kdenlive.
And now both programs are installed and work fine !
Regards,

Denis