You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Friday, July 25th 2008, 9:55pm

[kde4] [SOLVED] Compiling kde 4 dependencies

Hi Guys,

I just compiled the basic kde 4.1 stuff (qt,libs,base) from svn using the "Getting Started" tutorial from techbase. Now I want to compile some selected programs, like kmail, or akregator, without having to compile the whole meta package (kdepim). The question is, how can I do that? Do I have to create my own CMakeLists.txt for kmail ?

Hope someone can give me some hints...
Thanks in advance,
oliii
:thumbsup:

This post has been edited 1 times, last edit by "mr.tri" (Jul 27th 2008, 8:37am)


2

Friday, July 25th 2008, 10:06pm

Hello,

it's some time ago that i compiled KDE and i am at the moment on this stage, but not as far as you... ;)
But what i know from recent experience:
the command cmake <options> only makes the buildfiles, not the apps itself. Watch the sample .bashrc on techbase. So what you need is run cmake once over the complete packagedir, but you need to run it in the corresponding build dir. And now you can type (like the tut says) "nice make -j2 && \
make install;" (also in the builddir + your wanted app-dir)

But remember! There are dependencies inside all packages, so maybe you must compile everything to get what you need.

Hope this fits your needs.

3

Sunday, July 27th 2008, 8:37am

That worked like a charm...

Thanks so much !!!!!!!!!!!!!!!!!!!!!!!!!

KDE ROCKS!!!!!!!!!!!!!

[KDE] [KDE] [KDE] [KDE] [KDE] [KDE] [KDE]

Similar threads