KDE -         The K Desktop Environment

2.2. How to get KDevelop

2.2.1. Stable

KDevelop can be downloaded from the KDevelop website in the section Download to find the nearest mirror. At the time of writing, KDevelop version is 1.4. Please read the instructions on the INSTALL file if you want to compile KDevelop.

Don't forget to set up the KDE2 and QT2 paths. The most common errors while using KDevelop come from the environment variables not set up properly. Check in a console by issuing the command 'set' to see all your environment variables. If you have any problem getting KDevelop running, please follow the forum link from the KDevelop website to find the answer of your problem.

If you never used KDevelop before, try to create a new project and to compile it to get used to the interface and the icons.

Note

Be careful to have KDevelop set up properly, check the settings in menu Options->KDevelop Setup for the KDE2 and Qt2 paths and Options->Tools for the path to designer.

2.2.2. Snapshot from CVS

A brief section for those you would like to get the last thing available! And KDevelop from CVS is really worth the download and compiled fine on my machine each time I got it. New features are included like building a RPM from your project, the Qt Designer manual is added in the doc, you can create a KDE2 kicker applet and lots of more new exciting features.

 mkdir KdevelopCVS
 cd KDevelopCVS
 export CVSROOT=:pserver:anonymous@anoncvs.kde.org:/home/kde
 cvs login
 (enter for password)
 cvs co -rKDE_2_1_BRANCH kdevelop

When the download is finished:
 make -f Makefile.cvs
 ./configure (check --help for options)
 make
 make install (as root)