Click to See Complete Forum and Search --> : installing developpement tools (Kdevelop)


targaten
07-17-2002, 04:41 PM
I installed Mandrake 8.2 two times, the first time
i installed basic features (not all packages)
I ran Kdevelop and and it couldn't create my new project because of
missing documentation and libraries. I fully reinstalled Mandrake but
this time Kdevelop wasn't installed. i went to the packages config
and they looked all installed and i couldn't find
the KDE developpement tools in the packages (coz they are
prettty big). Since i don't want to d/l Kdevelop over the internet, could you tell me please how to bring it back to life!

Also, how can i compile/link my simple c program
such as :

#include <stdio.h>

void main() {
while(1) puts("this is a test");
}

Targaten