Getting Started/zh-cn: Difference between revisions

From KDE TechBase
(Created page with "从使用我们的软件,到成为核心平台的开发者,参与KDE社区有各种各样的方式。")
(Updating to match new version of source page)
(29 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages />
<languages />
See [https://community.kde.org/Get_Involved the Get Involved page on the Community Wiki].


{{Warning|为反映新的KDE基础设施,目前这些网页正被完全重写,可能包含不一致的内容。一些网页上的信息和命令可能不再有效,请小心使用。}}
If you are looking for build instructions, [https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source up-to-date build instructions] are available  on the Community Wiki, and we also have [[/Build/Historic|historic ones]].
 
{{Template:I18n/Language Navigation Bar|开始}}
 
==简介==
 
从使用我们的软件,到成为核心平台的开发者,参与KDE社区有各种各样的方式。
 
You can find more general information on getting involved in KDE at the following links:
* [http://kde.org/community/getinvolved/ Getting Involved in KDE]
* [[Contribute|Contribute to KDE]]
 
This section of KDE TechBase is designed to help get you started in participating in the technical side of the KDE community.  It will explain to you how KDE Software is structured and built, and how you can participate by building KDE for yourself.
 
{{Note|'''Quickstart:''' If you are impatient to get started without understanding what you are doing then you can skip straight to using a [[/Build#Scripted_Builds|Build Script]], but it is strongly recommended you read this documentation first.}}
 
== Using KDE Software ==
 
If you just want to use stable KDE software for your everyday computing needs, then you do not need to build KDE Software for yourself.  You should instead use the software installer provided by your Linux distribution to install KDE package.
 
The best place to learn how to do this is through your distributions normal support channels, although you may find some useful information on the following pages:
* [http://www.kde.org/download/distributions.php Distributions shipping KDE]
* [[/Build/Distributions|Install KDE Software on Linux and BSD Distributions]]
* [[Projects/KDE_on_Windows/Installation|Install KDE Software on Windows]]
* Mac OS X does not currently have an installer available for KDE Software, but you can simplify building it by using [http://mac.kde.org/?id=build MacPorts or Fink]
 
== Getting Help ==
 
If you are looking for help in using the KDE Workspace or KDE Applications then please visit the [http://userbase.kde.org/ KDE UserBase].
 
If you have any questions or problems with building or developing KDE Software please feel free to [[Development/Getting_Help|ask for help]].  However, be patient while waiting for a response, and try to work through the problem yourself, we aren't going to do it ''all'' for you.  Working your way through and understanding why something doesn't work is a good way to learn how to do things the right way.
 
== Building and Running KDE Software From Source ==
 
There are several possible ways to build and install KDE software and the method you choose depends on what you want to do with the software.  In particular if you are only wanting to build and develop a single application you may not need to build the entire KDE Development Platform to do so.  You can read more about this on the [[Getting_Started/Build/Methods|Build Methods page]].
 
The following sections explain the steps you need to understand and give the instructions you need to follow to successfully build KDE Software from source:
 
* [[/Sources|How the KDE Source Code is structured]]
* [[/Build|How to Build and Install the software]]
* [[/Run|How to Run the software]]
 
== Development Model ==
 
TODO: General introduction to the dev model, release cycles, etc.
 
* [[Schedules/Release_Schedules_Guide|The KDE Release Schedule]]
* [[Development/Software_Engineering_Framework|The KDE Software Engineering Framwork]]
* [[Policies|KDE Development Policies and Procedures to follow]]
* [[Policies/Application_Lifecycle|The development lifecycle for a new application]]
 
== Development Tools ==
 
There are a number of [[Development/Tools|Development Tools]] that are either required or helpful when building KDE Software.  For these you will usually want to use the stable packages provided by your distribution.
 
You may want to use a graphical IDE for your development work:
* [http://www.kdevelop.org/ KDevelop 4]
* [[Development/Tools/Eclipse|Eclipse]]
* [[/Using_an_IDE_with_KDE4|Using an IDE with KDE4]]
 
== Contributing To KDE ==
 
Once you have a copy of KDE built you can then start contributing back to KDE.  The pages below will help you find out how you can help make KDE even better.
 
[[Image:Action_tool.svg|right|32px]]
* [[Contribute|Contribute]]
* [[Contribute/Send_Patches|Send Patches]]
* [[Contribute/Bugsquad|Bugsquad]]
 
[[Category:Build_KDE]]

Revision as of 09:52, 10 February 2019

See the Get Involved page on the Community Wiki.

If you are looking for build instructions, up-to-date build instructions are available on the Community Wiki, and we also have historic ones.