도움말 종합 안내서

From FreeCAD Documentation
Revision as of 05:00, 26 June 2019 by Sebul (talk | contribs) (Created page with "우리를 돕는 데 관심이 있다면 FreeCAD 프로젝트 안에 할 일이 많습니다. 물론 C++ 또는 Python 프로그래머를 위한 프로그래밍 작업이 있...")


소개

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


사용자 허브

Users hub: 이 페이지는 FreeCAD 사용자에게 유용한 문서를 포함합니다 : 모든 workbench 목록, FreeCAD 응용 프로그램 설치 및 사용법, 자습서 및 시작하기에 필요한 자세한 명령 그리고 시작하는 데 필요한 모든 것.

Power users hub: 이 페이지는 고급 사용자와 Python 스크립트 작성에 관심있는 사람들을 위한 문서를 모읍니다. 또한 매크로 저장소, 설치 및 사용 방법에 대한 지침, 특정 요구 사항에 맞게 FreeCAD를 사용자 정의하는 방법에 대한 자세한 정보를 찾을 수 있습니다.

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은 또다른 이 위키에 보함된 정보를 나타내는 좀더 직선적인 방법입니다. 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 응용 프로그램과 함께 제공되는 오프라인 설명서의 백본을 구성하는 이 위키의 모든 기사가 나옵니다. 이미 여러 언어로 제공됩니다:

참여

참여 방법

우리를 돕는 데 관심이 있다면 FreeCAD 프로젝트 안에 할 일이 많습니다. 물론 C++ 또는 Python 프로그래머를 위한 프로그래밍 작업이 있지만 코드를 작성할 수 없는 경우에도 수행할 수 있는 많은 작업이 있습니다.

  • 문서를 쓰고 위키 editing
  • 새로온 사람 돕기
  • 프로그램과 문서 번역
  • 여러분이 좋아하는 운영체제를 위한 최신 FreeCAD 패키지 돕기
  • 주의 사람에게 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.

개발에 대하여

Development roadmap을 보고 무엇을 계획하는지 뉴스를 점검하고,Changelog 그리고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.