KDE TechBase is a Wiki - You can help! Please contribute! Questions?
Please ask development related questions in the KDE Community Forum.
Please ask development related questions in the KDE Community Forum.
Kdesdk
Contents |
[edit] README kdesdk
License BSD Copyright Robin Rowe 2008.12.30
Kdesdk includes the following tools:
- cervisia, GUI to CVS
- kapptemplate, console tools to create autotools files
- kate, GUI text editor
- kbugbuster, GUI to the KDE bug tracking system
- kcachegrind, GUI to profilers such as Valgrind
- kdesvn, GUI to SVN
- kompare, GUI diff
- kstartperf, startup time measurement for KDE apps
- KUIViewer, display user interface (.ui) files from Qt Designer
- lokalize, computer-aided i18n translation
- poxml, translates DocBook XML files using gettext po files
- swappo, reads PO file and reverses direction of translations
- umbrello, GUI for diagramming Unified Modelling Language (UML)
[edit] Building kdesdk
% cmake . % make % sudo make install
[edit] Note to Ubuntu Users
If you see this cmake message:
ERROR: cmake/modules/FindKDE4Internal.cmake not found
The solution is:
% sudo apt-get install kdelibs5-dev kdepimlibs5-dev
