Main Page/de: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 59: Line 59:
=== Quelltext ===
=== Quelltext ===


FreeCAD can be compiled on all platforms using cMake. The source code is [https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License LGPL]-licensed and hosted on [https://github.com/FreeCAD/FreeCAD GitHub]. There are build instructions for [[CompileOnWindows|Windows]], [[CompileOnUnix|Unix/Linux]] and [[CompileOnMac|MacOSX]]. The source code documentation is [http://www.freecadweb.org/api/ hosted here], generated by [[Doxygen]], and [[Source_documentation|documented on the wiki]].
FreeCAD kann auf allen Plattformen mit CMake ([http://www.cmake.org/ Webpräsenz], [https://de.wikipedia.org/wiki/Cmake Wikipedia]) kompiliert werden. Der Quellcode ist [https://de.wikipedia.org/wiki/GNU_Lesser_General_Public_License]-lizenziert und wird auf [https://github.com/FreeCAD/FreeCAD Github] bereit gestellt. Anleitungen zum Kompilieren gibt es für [[CompileOnWindows|Windows]], [[CompileOnUnix|Unix/Linux]] und [[CompileOnMac|MacOSX]]. Die Dokumentation des Quellcodes ist [https://www.freecadweb.org/api/ hier] verfügbar, wird generiert von [[Doxygen]] und ist im [[Source_documentation|Wiki]] dokumentiert.


=== Über die Entwicklung ===
=== Über die Entwicklung ===

Revision as of 14:32, 16 August 2017

Introduction

This is the documentation wiki of FreeCAD. You have two main ways to browse through the documentation: by exploring user hubs, or by following the manual. It is a work in progress, written by the community of users and developers of FreeCAD. If you find information that is wrong or missing, please help!


Benutzerzentrum

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.

Handbuch

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.

Table of contents

The following table lists all the articles of this wiki that form the backbone of the offline documentation shipped with the FreeCAD application. It is already available in several languages:

Mitmachen

Wie Sie sich beteiligen können

Falls Sie FreeCAD weiterentwickeln möchten, gibt es mit Sicherheit etwas passendes für Sie! Immer gesucht sind Entwickler für C++ oder Python. Aber auch für diejenigen, die keine Programmierkenntnisse haben, gibt es genug zu tun. Es können Anleitungen, Hilfen und Handbuchseiten geschrieben oder übersetzt werden, Neulingen und Anfängern geholfen oder auch die neueste Ausgabe von FreeCAD zu einem Paket für Ihr bevorzugtes Betriebssystem gepackt werden. Wecken Sie das Interesse an FreeCAD und unterstützen Sie andere dabei, FreeCAD zu entdecken. Weitere Informationen finden sich auf der Seite Mitwirken.

The help FreeCAD page describes it all with more details. Starting from 2016, FreeCAD is also participating to 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.

Quelltext

FreeCAD kann auf allen Plattformen mit CMake (Webpräsenz, Wikipedia) kompiliert werden. Der Quellcode ist [1]-lizenziert und wird auf Github bereit gestellt. Anleitungen zum Kompilieren gibt es für Windows, Unix/Linux und MacOSX. Die Dokumentation des Quellcodes ist hier verfügbar, wird generiert von Doxygen und ist im Wiki dokumentiert.

Über die Entwicklung

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.