Warning, /kdevelop/kdevelop/README.md is written in an unsupported language. File is not indexed.

0001 # KDevelop
0002 
0003 This repository contains the source code for the KDevelop IDE.
0004 It also includes KDevelop Platform (kdevplatform) and most of the plugins.
0005 
0006 Other KDevelop plugins can be found in [KDevelop Group](https://invent.kde.org/kdevelop) of KDE GitLab instance.
0007 
0008 ## User Documentation
0009 
0010 User documentation is available from:
0011 https://userbase.kde.org/KDevelop5/Manual
0012 
0013 ## Compile
0014 
0015 KDevelop is built the same way as most KDE projects, using CMake to set up a build directory and build options.
0016 For detailed instructions how to compile KDevelop, please refer to the Wiki:
0017 https://community.kde.org/KDevelop/HowToCompile_v5 .
0018 
0019 ### Optional dependencies
0020 
0021 Most of KDevelop's optional dependencies are opportunistic under the assumption that the build should
0022 always use all available functionality, as well as the most recent version. CMake has a lesser known feature
0023 to control which of such dependencies is used.
0024 
0025 For instance, to skip building the Subversion plugin, use
0026 `-DCMAKE_DISABLE_FIND_PACKAGE_SubversionLibrary=ON`. To use QtWebKit instead of QtWebEngine for
0027 documentation rendering when both are available, add `-DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets=ON` to
0028 the CMake arguments.
0029 
0030 ## Contribute
0031 
0032 If you want to contribute to KDevelop, please read through:
0033 https://www.kdevelop.org/contribute-kdevelop
0034 
0035 ## Development Infrastructure
0036 - [Bug tracker](https://bugs.kde.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=ASSIGNED&bug_status=REOPENED&list_id=1777266&product=kdevelop&product=kdevplatform&query_format=advanced)
0037 - [KDE GitLab instance (code review as well as hosting and other important collaboration tasks)](https://invent.kde.org/kdevelop/kdevelop/-/merge_requests)
0038 - [Phabricator (task tracker until this functionality is migrated to GitLab)](https://phabricator.kde.org/dashboard/view/8/?)