Kdevelop

KDevelop,一个功能强大、可插件扩展的 IDE,适用于 C/C++ 和其他编程语言。(KDevelop, a featureful, plugin-extensible IDE for C/C++ and other programming languages.)

  • 所有者: fpc/Lazarus
  • 平台: Linux, Mac, Windows
  • 許可證: Other
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

KDevelop是一个基于KDE Umbrella开发的免费软件集成开发环境(IDE)。

KDevelop通过可扩展的插件框架为各种语言(如C/C++,Python,PHP,Ruby等)提供支持。

KDevelop主要由志愿者开发,他们在业余时间为项目做出贡献。 如果KDevelop对您有用,请考虑捐赠。

详细特性参见:https://www.kdevelop.org/features

概覽

名稱與所有者fpc/Lazarus
主編程語言Pascal
編程語言CMake (語言數: 21)
平台Linux, Mac, Windows
許可證Other
發布數111
最新版本名稱lazarus_3_2 (發布於 2024-02-26 16:09:51)
第一版名稱lazarus_0_9_4 (發布於 2021-07-26 22:17:15)
創建於2021-07-28 13:12:53
推送於2024-04-28 16:08:57
最后一次提交
星數81
關注者數7
派生數13
提交數67.5k
已啟用問題?
問題數0
打開的問題數0
拉請求數0
打開的拉請求數0
關閉的拉請求數1
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

KDevelop

This repository contains the source code for the KDevelop IDE.

The idea that this repository contains

  • Every plugin related to C/C++ development
  • Every plugin only specific for KDevelop (e.g. the Welcome Page plugin)

User Documentation

User documentation is available from:
https://userbase.kde.org/KDevelop4/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

去到頂部