Popularity
4.2
Growing
Activity
9.2
Declining
458
39
101

Code Quality Rank: L1
Programming language: C++
License: GNU General Public License v3.0 or later
Tags: Editors    
Latest version: v5.5.2

KDevelop alternatives and similar tools

Based on the "Editors" category.
Alternatively, view KDevelop alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of KDevelop or a related project?

Add another 'Editors' Tool

README

KDevelop

This repository contains the source code for the KDevelop IDE. It also includes KDevelop Platform (kdevplatform) and most of the plugins.

Other KDevelop plugins can be found in KDevelop Group of KDE GitLab instance.

User Documentation

User documentation is available from: https://userbase.kde.org/KDevelop5/Manual

Compile

KDevelop is built the same way as most KDE projects, using CMake to set up a build directory and build options. For detailed instructions how to compile KDevelop, please refer to the Wiki: https://community.kde.org/KDevelop/HowToCompile_v5 .

Optional dependencies

Most of KDevelop's optional dependencies are opportunistic under the assumption that the build should always use all available functionality, as well as the most recent version. CMake has a lesser known feature to control which of such dependencies is used.

For instance, to skip building the Subversion plugin, use -DCMAKE_DISABLE_FIND_PACKAGE_SubversionLibrary=ON. To use QtWebKit instead of QtWebEngine for documentation rendering when both are available, add -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets=ON to the CMake arguments.

Contribute

If you want to contribute to KDevelop, please read through: https://www.kdevelop.org/contribute-kdevelop

Development Infrastructure