Archive:Getting Started/Using Project Neon to contribute to KDE (zh TW): Difference between revisions

From KDE TechBase
(Created page with 'Project Neon指的是每晚建構的最新KDE的trunk。它提供了一個簡單的方法讓那些剛開始入門的KDE貢獻人員能快速上手而不必自己check-out整份...')
 
No edit summary
Line 1: Line 1:
Project Neon指的是每晚建構的最新KDE的trunk。它提供了一個簡單的方法讓那些剛開始入門的KDE貢獻人員能快速上手而不必自己check-out整份的KDE tree並且在local端維護。此外,那些額外的相依組件會自動被處理及更新。這非常適合剛入門的開發人員,寫文件的人員及易用性設計師
Project Neon指的是每晚建構的最新KDE的trunk。它提供了一個簡單的方法讓那些剛開始入門的KDE貢獻人員能快速上手而不必自己check-out整份的KDE tree並且在local端維護。此外,那些額外的相依組件會自動被處理及更新。這非常適合剛入門的開發人員,寫文件的人員及易用性設計師。


Project Neon is a nightly build of the latest KDE trunk. It is an easy way for new contributors to KDE to get started without having to build the entire KDE-SVN tree and maintain the checkout. Additionally, dependencies are automatically handled and updated. This is suitable for new developers, translators, usability designers, documenters, promoters, bug triagers etc. This process makes the steps detailed on this page, including changes to your .bashrc unnecessary.
然而對開發人員來說,隨著對專案的參與程度提高,手動建構SVN上的元件有時是必須的,kdesvn-build script提供了一個簡易的方法來建構在SVN上的KDE組件<br>
 
However, for developers, it may at some point become necessary to build more components from SVN as you become more involved in the project. The kdesvn-build script is an easy way to build all or parts of KDE SVN.

Revision as of 07:44, 5 January 2010

Project Neon指的是每晚建構的最新KDE的trunk。它提供了一個簡單的方法讓那些剛開始入門的KDE貢獻人員能快速上手而不必自己check-out整份的KDE tree並且在local端維護。此外,那些額外的相依組件會自動被處理及更新。這非常適合剛入門的開發人員,寫文件的人員及易用性設計師。

然而對開發人員來說,隨著對專案的參與程度提高,手動建構SVN上的元件有時是必須的,kdesvn-build script提供了一個簡易的方法來建構在SVN上的KDE組件