Development/zh-cn: Difference between revisions

From KDE TechBase
(Created page with "软件开发框架")
(Updating to match new version of source page)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOEDITSECTION__ __NOTOC__
<languages/>


<languages />
[[File:Action_tool.svg|noframe|right]]
 
Welcome to the '''KDE TechBase Development Hub'''. This page contains links to Tutorials, Tools, and other Resources you might need to add KDE libraries to your project. If you're looking for a guide on starting your journey, head on over to the [[Special:MyLanguage/Getting_Started|Getting Started page]]. If you're looking for tutorials on how to build KDE software and contribute to projects, hop over to the [https://community.kde.org/Get_Involved/development KDE Community Wiki].
<br />


{| style="margin: 1em 2.5% 0 2.5%; padding: 0 5px;" cellpadding="5"
{| style="margin: 1em 2.5% 0 2.5%; padding: 0 5px;" cellpadding="5"
|-
|-|
|colspan=2|[[Image:Discover.png|noframe]]
|-
| style="padding-left: 50px;" |[[Image:Action_launch.svg|noframe|left|40px]] ||
;[[Special:myLanguage/Development/Architecture|KDE 架构]]
:介绍 KDE 技术的架构文档。
:''相关'':[http://api.kde.org API 文档]
|-
| style="padding-left: 50px;"|[[Image:Action_configure.svg|noframe|left|40px]] ||
;[[Special:myLanguage/Development/Tutorials|编程教程]]
;[[Special:myLanguage/Development/Tutorials|编程教程]]
:逐步讲解 KDE 开发的教程。
: A collection of step-by-step guides and references for developers who want to use the KDE Frameworks and other APIs. The list covers a broad range of topics from introductory tutorials to advanced topics like plugins and scripting.
:''相关:'' [[Special:myLanguage/Development/Tools|开发工具]] | [[Special:myLanguage/Development/FAQs|常见问题]]
|-|
|-
;[[Special:myLanguage/Development/Tools|Development Tools]]
| style="padding-left: 50px;"|[[Image:Action_rebuild.svg|noframe|left|40px]] ||
: KDE software can be created using a wide variety of tools available to developers from IDEs to text editors to debuggers.
;[[Special:myLanguage/Development/Languages|编程语言]]
|-|
:KDE 开发支持的编程语言。
;Other Resources
|-
: [https://api.kde.org/ KDE API Documentation website]
| style="padding-left: 50px;"|[[Image:CMake-logo-48.png|noframe|left|48px]] ||
 
;[[Special:myLanguage/Development/CMake|CMake]]
: [https://community.kde.org/Main_Page KDE Community Wiki]
:CMake 相关信息。
 
|-
: [https://kde.org/support/mailinglists/ KDE Mailing Lists]
| style="padding-left: 50px;"|[[Image:Git_icon.png|noframe|left|48px]] ||
<!--{ to solve misbalanced bracket-->
;[[Special:myLanguage/Development/Git|版本控制系统 - Git]]
:Git 相关信息。
|-
| style="padding-left: 50px;" |[[Image:Action_note.svg|noframe|left|40px]] ||
;[[Special:myLanguage/Development/Guidelines|标准和准则]]
:开发者指南和 KDE 使用的技术标准。
:''相关:'' [[Special:myLanguage/Policies|代码贡献和开发方针]] | [[Special:myLanguage/Development/Further Information|更多信息]] (链接、书籍、博客等)
|-
| style="padding-left: 50px;" |[[Image:Action_tool.svg|noframe|left|40px]] ||
;[[Special:myLanguage/Development/Software Engineering Framework|软件开发框架]]
:Software Engineering tools and processes used by KDE.
|-
| style="padding-left: 50px;" |[[Image:Action_help.svg|noframe|left|40px]] ||
;[[Special:myLanguage/Development/Getting Help|Getting Help]]
:Resources for finding help with KDE development.
|-
|}
|}

Latest revision as of 15:42, 7 September 2020

noframe
noframe

Welcome to the KDE TechBase Development Hub. This page contains links to Tutorials, Tools, and other Resources you might need to add KDE libraries to your project. If you're looking for a guide on starting your journey, head on over to the Getting Started page. If you're looking for tutorials on how to build KDE software and contribute to projects, hop over to the KDE Community Wiki.

编程教程
A collection of step-by-step guides and references for developers who want to use the KDE Frameworks and other APIs. The list covers a broad range of topics from introductory tutorials to advanced topics like plugins and scripting.
Development Tools
KDE software can be created using a wide variety of tools available to developers from IDEs to text editors to debuggers.
Other Resources
KDE API Documentation website
KDE Community Wiki
KDE Mailing Lists