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, December 19th 2003, 2:40am

How Do I Compile KDM?

(Sorry if this does not belong in this section)

I am somewhat new to make and compiling in linux. I want to change somethings about KDM's frontend.

But now that I have changed what I wanted, I am confused to how I can compile it and test it out, without installing the entire kdebase package.

What I tried so far: move the kdm/ , admin/ , config*, Make*, ac* to a folder. Changing KDM. Run ./configure. Then make.

That does not work because the rest of the package is not present, thus make fails.

~zember~

2

Friday, December 19th 2003, 5:49pm

If your soruce directory is named kdebase try adding a file inst-apps with only kdm written in it.

I am not sure if it is enough. Also do not forget to install the developement packages of Qt, Arts and kdelibs.

Have a nice day!

3

Friday, December 19th 2003, 9:53pm

Yeah. That tip pointed me in the correct direction: working with KDevelop and KDE CVS.

Which I still do not really understand. I just decided to make/compile the entire package, since it doesn't take too long any way (and I can just stop it after it compiles KDM). =]