Click to See Complete Forum and Search --> : How to install kdevelop??


leshek
03-13-2005, 09:34 AM
I have downloaded kdevelop v 3.1.2 from official site. (I have mandrake 10.1 official and kde 3.2.3). I unpacked kdevelop. I try to configure it by ./configure, but only this apearred:
checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!

Please help me. //I am beginner:confused:

drummerboy195
03-13-2005, 01:37 PM
There are easier ways to install software than compiling from source, especially in Mandrake. Go to a command line, and as root, type
urpmi kdevelop
and that should install it, if i recall correctly.

leshek
03-13-2005, 02:13 PM
Don't work :( . I havent this rpm. (I have downloaded tar.bz2 version). Is it kdevelop rpm version in www??

drummerboy195
03-13-2005, 09:24 PM
http://sourceforge.net/project/showfiles.php?group_id=5584&package_id=5635

You should be able to download it from there.

However, the command above should prompt you for your installation disks, and install it from there.

juglugs
08-02-2005, 01:48 PM
This same problem has been bothering me for a week or so now. I've tried downloading the binary packages straight from the kdevelop site and I've tried downloading the RPMs from another site. Neither work in a straightforward manner.

I use Mandriva 10.2 from the 3 CD set. Does anyone know exactly what steps one should take to get Kdevelop up and running?

Thanks

(I realise that it's probably a bad sign for my development prowess when i can't even get the environment up and running, but hey, I have to learn it starting somewhere)