Main Page/ko: Difference between revisions

From FreeCAD Documentation
No edit summary
(Created page with "help FreeCAD 페이지는 더 자세히 설명합니다. 2016년부터, FreeCAD는 Google Summer of Code에 참여합니다. Contributors hub 페이지는 FreeCAD...")
Line 63: Line 63:
* helping other people around you to discover FreeCAD.
* helping other people around you to discover FreeCAD.


The [[help FreeCAD]] page describes it all with more details. Starting from 2016, FreeCAD also participates in the [[Google Summer of Code]]. The [[Contributors hub]] page is another effort to gather the possible ways to help and contribute to the FreeCAD project.
[[help FreeCAD]] 페이지는 자세히 설명합니다. 2016년부터, FreeCAD는 [[Google Summer of Code]]에 참여합니다. [[Contributors hub]] 페이지는 FreeCAD 프로젝트를 돕고 기여할 수있는 방법을 모으기위한 다른 노력입니다.


=== 소스 코드 ===
=== 소스 코드 ===

Revision as of 05:02, 25 June 2019


소개

이것은 FreeCAD 문서 위키입니다. 문서를 탐색하는 두 가지 주요 방법은 사용자 허브를 탐색하거나 매뉴얼을 따라하는 것입니다. 진행중인 작업이며, FreeCAD의 사용자와 개발자 커뮤니티에서 썼습니다. 잘못되었거나 누락 된 정보를 찾으면 FreeCAD를 도와주세요 !


사용자 허브

Users hub: This page contains documentation useful for FreeCAD users in general: a list of all the workbenches, detailed instructions on how to install and use the FreeCAD application, tutorials, and all you need to get started.

Power users hub: This page gathers documentation for advanced users and people interested in writing python scripts. You will also find there a repository of macros, instructions on how to install and use them, and more information about customizing FreeCAD to your specific needs.

Developers hub: This section contains material for developers: How to compile FreeCAD yourself, how the FreeCAD source code is structured and how to navigate in it, and how to develop new workbenches, or embed FreeCAD in your own application.

매뉴얼

The FreeCAD manual is another, more linear way to present the information contained in this wiki. It is made to be read like a book, and will gently introduce you to many other pages from the hubs above. ebook versions are also available, as well as a couple of translations in pdf format.

차례

다음 표에는 FreeCAD 응용 프로그램과 함께 제공되는 오프라인 설명서의 백본을 구성하는 이 위키의 모든 기사가 나옵니다. 이미 여러 언어로 제공됩니다:

참여

참여 방법

There is plenty to do inside the FreeCAD project, if you are interested in helping us. Of course, there are programming tasks for C++ or Python programmers, but there are also many things you can do even if you cannot code, such as

  • writing documentation and editing the wiki
  • helping newcomers
  • translating the application and documentation
  • helping with the packaging of the latest release of FreeCAD for your favourite operating system
  • helping other people around you to discover FreeCAD.

help FreeCAD 페이지는 더 자세히 설명합니다. 2016년부터, FreeCAD는 Google Summer of Code에 참여합니다. Contributors hub 페이지는 FreeCAD 프로젝트를 돕고 기여할 수있는 방법을 모으기위한 또 다른 노력입니다.

소스 코드

FreeCAD can be compiled on all platforms using CMake. The source code is LGPL-licensed and hosted on GitHub. There are build instructions for Windows, Unix/Linux and MacOSX. The source code documentation is hosted here, generated by Doxygen, and documented on the wiki.

개발에 대하여

Check the Development roadmap for news about what is being planned, the Changelog and Roadmap pages on the FreeCAD tracker to see the progress towards next release, or the Project statistics for even more information about the FreeCAD codebase. All the development communication happens on the forum, so be sure to visit it if you are interested in participating.