A KDevelop tartalmaz egy automatikus telepítő program modult, amely akkor kerül meghívásra, amikor a KDevelop-ot elindítják, de a kdeveloprc konfigurációs fájl nem létezik. Azt javasoljuk, kövesd a telepítés lépéseit a "Végrehajtás" kiválasztásával, hogy automatikusan ellenőrízze a rendszeredet és belője a KDevelop környezetet.
A telepítő dialógus nyomógombjai a következő célokra szolgálnak:
Segítség: Megnyitja a KDEHelp programot.
Végrehajtás: Elindítja a telepítési folyamatot és a következő lépéseket teszi:
Ellenőrzi a make/gmake, autoconf , autoheader, automake és perl meglétét a KDevelop által generált új alkalmazások létrehozásához és lefordításához. Ha a gmake van telepítve, a make-parancs automatikusan átállítódik ennek a használatára. A make programhoz további parancssori beállítások a "Projekt/Beállítások" menüben adhatók meg; a Unix rendszer alatti fejlesztésről rövid ismertető a Programok fejezetben található.
Ellenőrzi a KDoc és a glimpse meglétét. Ezek teszik lehetővé az új KDE-Könyvtár dokumentáció és a kereső index automatikus létrehozását a telepítés egy későbbi pontján, már ha megvannak.
Ellenőrzi az a2ps vagy az enscript jelenlétét, hogy biztosítsa a nyomtatás támogatottságát. A helyes nyomtatáshoz a két program valamelyikének rendelkezésre kell állnia. Ha egyik sincs telepítve, ezt bármikor a későbbiekben megteheted anélkül, hogy újra kellene futtatni a telepítő programot.
Ellenőrzi a KDbg , KIconEdit és KTranslator meglétét. Javasoljuk, hogy telepítsd ezeket a programokat, mivel kiváló segítséget nyújtanak komplett KDE -alkalmazások létrehozásánál. Megjegyzendő, hogy a KDbg közvetlenül elérhető a KDevelop-on belül az aktuális projekt nyomkövetésére; a KIconEdit a fájl-nézegető fában kijelölt pixmaps -ek kirajzolására és szerkesztésére használatos. A KDbg , KIconEdit és KTranslator programok -ha megvannak- úgy lesznek konfigurálva, hogy elérhetőek legyenek az "Eszközök " menüből. Egyéb programok is hozzáadhatóak az Eszközök -menühöz később a "Beállítások" menüben az "Eszközök ..." menüpont kiválasztásával.
Summary of detected programs: the installer lists those programs it found and those it didn't. Additional hints are given, if a needed program is recommended.
Detection of your Qt-Documentation path: this checks for several standard paths in your system for the documentation and sets the path automatically. If your Qt-Documentation could not be found either because it is not installed or your system keeps it at a different location, a message will appear that asks you to set the correct path manually or to continue. Choosing the button to set the path will return to the main installation window and shows an editing field with a button on the right of it to choose the path. Usually this is in the qt/html directory. After doing so, the installation can continue with the selection of "Proceed" again.
If KDoc was detected, you are asked to create/update your KDE -library documentation. For that, you need to have the kde-libraries in source form. For Linux-Users who have installed KDE from a distribution, we suggest to copying and extracting the source of the kdelibs-package to your system; Free BSD users who installed the kdelibs as a package should look for their according distfile package of the ports-collection. If none of these cases match your situation, you should download the sources from \|\| and untar the sources on your system. If you wish to use the documentation package provided by \|\|, cancel the creation and continue with creating the search index . After the installer finished and KDevelop has been started, set the path to the extracted documentation package in the KDevelop Setup dialog and run the search index setup again, which can be found at the same setup page of the dialog. The "Update KDE -Library documentation" dialog is set up to use a default path for the location of the documentation in $(HOME)/.kde/share/apps/kdevelop/KDE-Documentation. The only thing you have to do is choosing the path to your library sources you extracted on the system with the selection button on top of the dialog and press OK. As an example, if you got the kdelibs.tar.gz package from \|\| and downloaded it to your home directory, you should open a console or terminal and enter "tar zxvf kdelibs.tar.gz". This will untar the sources into a directory $HOME/kdelibs, which then contains the sources for each library in a subdirectory, e.g. for kdecore, this would be in /home/rnolden/kdelibs/kdecore. Now, the path you have to enter in the KDE-Library documentation dialog would be the path to all libraries, in the example /home/rnolden/kdelibs. After pressing the OK button, a message in the installation window shows that the documentation generation is in progress and you should wait for the next message.
NOTE: On a multi-user system or systems with disk-quotas for user accounts, the installation of a complete HTML documentation for each user would be a waste of disk space. In this case, ask your system administrator to run KDevelop under the root account to allow write access to the system's root directory. Then install the documentation within the KDE -directory, under $KDEDIR/share/apps/kdevelop/KDE-Documentation. The correct path can then be set up later in the KDevelop setup dialog, available in the "Options"-menu .
If the system check found the glimpse program on your system, you are offered to create a search database. The search database can be created with the options of including the KDE-Documentation and the Qt-Documentation (default). Additionally the KDevelop documentation is included and will be indexed. If you have other documentation that you want indexed you can select the directories and add them to the indexing process as well.
During the creation of the search index , the installation window will show a message that this is in progress.
If all installation steps were done correctly, a final message states that KDevelop will be started after pressing OK. Mind that you can set up additional options like auto saving in the KDevelop Setup dialog that can be accessed through the options menu.
Cancel: Will show a warning message that the installation process is going to be canceled. This warning message allows you to return to the installation ("Back") or to start KDevelop with the default values ("Continue"). Mind that in this case you will have to set all options yourself with the configuration dialog s provided in the options-menu.