Getting Started/ko: Difference between revisions

    From KDE TechBase
    (Created page with "http://projects.kde.org 사이트에서 많은 KDE에 연관된 프로젝트 및 [https://projects.kde.org/projects/kde KDE 그 자체]를 호스팅합니다. KDE 라이브러리...")
    (Updating to match new version of source page)
    (19 intermediate revisions by 2 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|Getting_Started}}
     
    == 소개 ==
     
    KDE 커뮤니티에 참여하는 방법은 여러 가지가 있습니다. 단순히 소프트웨어를 사용하는 것부터 시작하여, 핵심 개발자가 되는 방법까지 있습니다.
     
    다음 페이지에서 KDE에 참여하는 방법을 알아볼 수 있습니다:
    * [http://kde.org/community/getinvolved/ KDE에 참여하기]
    * [[Special:myLanguage/Contribute|KDE에 기여하기]]
     
    이 부분은 KDE 커뮤니티의 기술적인 부분에 참여하기 위한 사람들 위한 안내입니다. KDE 소프트웨어의 구조와 빌드 방법, 자신만을 위해 KDE를 빌드하는 과정을 소개합니다.
     
    {{Note|'''빠른 시작:''' 지금 당장 무언가를 시작해 보고 싶다면 곧바로 [[Special:myLanguage/Getting_Started/Build|빌드 스크립트]]를 사용하는 방법을 읽어 보셔도 좋지만, 그 이전에 이 문서를 읽는 것을 추천합니다.}}
     
    == KDE 소프트웨어 사용하기 ==
     
    매일 생활을 위하여 KDE 소프트웨어를 사용하고 싶다면 직접 KDE 소프트웨어를 빌드할 필요가 없습니다. 리눅스 배포판의 소프트웨어 설치 도구를 사용하여 KDE 패키지를 설치하십시오.
     
    배포판의 지원 페이지를 통하여 KDE 설치법을 알아보는 것을 추천하며, 다음 페이지에서 추가적인 정보를 얻을 수 있습니다:
    * [http://www.kde.org/download/distributions.php KDE를 포함하는 배포판]
    * [[Special:myLanguage/Getting_Started/Build/Distributions|리눅스와 BSD에서 KDE 소프트웨어 설치하기]]
    * [[Special:myLanguage/Projects/KDE_on_Windows/Installation|Windows에서 KDE 소프트웨어 설치하기]]
    * Mac OS X에서는 KDE를 설치하기 위한 도구가 아직까지는 없지만, [http://mac.kde.org/?id=build MacPorts나 Fink]를 사용하여 빌드할 수 있습니다.
     
    == 도움 얻기 ==
     
    KDE 작업 공간이나 KDE 프로그램에 관한 도움을 얻고 싶다면 [http://userbase.kde.org KDE UserBase]를 방문하십시오.
     
    적KDE 소프트웨어로 개발하거나 빌드하는 데 문제가 생겼거나 질문이 있으면 [[Special:myLanguage/Development/Getting_Help|물어 보십시오]]. 응답하는 데 오랜 시간이 걸릴 수 있으며, 그 동안 해결책을 찾을 수도 있습니다. 이 곳에 오는 사람들은 전문적인 문제 해결사가 '''아닙니다'''. 문제를 해결하는 과정에서 많은 것을 얻을 수 있습니다.
     
    == 코드 탐험하기 ==
    KDE 프로젝트는 자유 및 오픈 소스 소프트웨어입니다. 소스 코드를 보고 고칠 수 있습니다.
     
    http://projects.kde.org 사이트에서 많은 KDE에 연관된 프로젝트 및 [https://projects.kde.org/projects/kde KDE 그 자체]를 호스팅합니다. KDE 라이브러리와 같은 KDE의 구성 요소를 선택하고, 각각 저장소를 누르면 소스 코드를 볼 수 있습니다. [[Special:myLanguage/Getting_Started/Sources]] 페이지에서 KDE 소스 코드의 구조를 설명합니다.
     
    There are other utilities to browse the source code:
     
    * http://lxr.kde.org/search lets you search the code ''(may be out of date?)''
    * http://api.kde.org lets you browse API documentation generated from the code. You can search for class names, but not filenames.
     
    == 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 [[Special:myLanguage/Getting_Started/Build/Methods|Build Methods page]].
     
    <!-- what about https://launchpad.net/project-neon that used to be linked here in 2010, does that still apply? - User:Skierpage -->
     
    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:
     
    * [[Special:myLanguage/Getting_Started/Sources|How the KDE Source Code is structured]]
    * [[Special:myLanguage/Getting_Started/Build|How to Build and Install the software]]
    * [[Special:myLanguage/Getting_Started/Run/Nested_Session|How to Run a nested session of KDE]]
    * [[Special:myLanguage/Getting_Started/Run/Full_Session|How to Run a full session of KDE]]
     
    == Development Model ==
     
    TODO: General introduction to the dev model, release cycles, etc.
     
    * [[Special:myLanguage/Schedules/Release_Schedules_Guide|The KDE Release Schedule]]
    * [[Special:myLanguage/Development/Software_Engineering_Framework|The KDE Software Engineering Framework]]
    * [[Special:myLanguage/Policies|KDE Development Policies and Procedures to follow]]
    * [[Special:myLanguage/Policies/Application_Lifecycle|The development lifecycle for a new application]]
     
    == Development Tools ==
     
    There are a number of [[Special:myLanguage/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:
    * [[Special:myLanguage/Development/Tutorials/Using_Qt_Creator|Qt Creator]]
    * [http://www.kdevelop.org/ KDevelop 4]
    * [[Special:myLanguage/Development/Tools/Eclipse|Eclipse]]
    * [[Special:myLanguage/Getting_Started/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]]
    * [[Special:myLanguage/Contribute|Contribute]]
    * [[Special:myLanguage/Contribute/Send_Patches|Send Patches]]
    * [[Special:myLanguage/Contribute/Bugsquad|Bugsquad]]
     
    [[Category:Build_KDE]]

    Revision as of 09:53, 10 February 2019