Installing additional components/de: Difference between revisions

From FreeCAD Documentation
(Created page with "Das Addon Repository ist mittlerweile Bestandteil von FreeCAD Werkzeuge->Addon Manager")
(Created page with "===Manualles installieren von Workbenches===")
Line 29: Line 29:
The plugin loader is a much more elaborate way to install and manage additional content for freecad. Install it with the method above, or following the instructions on the [https://github.com/microelly2/freecad-pluginloader pluginloader page].
The plugin loader is a much more elaborate way to install and manage additional content for freecad. Install it with the method above, or following the instructions on the [https://github.com/microelly2/freecad-pluginloader pluginloader page].


===Manualles installieren von Workbenches===
===Manual install===


External workbenches, when they are fully programmed in python (which is the case of all of them at the moment of writing) can always easily be installed manually, simply by downloading them (usually clicking the **Download ZIP** button found on top of each addon page when they are hosted on github), and placing them in your user's FreeCAD/Mod folder (or in the Macros folder if they are macros). Refer to the instructions on each addon page for complete instructions.
External workbenches, when they are fully programmed in python (which is the case of all of them at the moment of writing) can always easily be installed manually, simply by downloading them (usually clicking the **Download ZIP** button found on top of each addon page when they are hosted on github), and placing them in your user's FreeCAD/Mod folder (or in the Macros folder if they are macros). Refer to the instructions on each addon page for complete instructions.

Revision as of 16:55, 2 April 2018

Betriebssystem auswählen

FreeCAD ist eine echte Multi-Platform-Anwendung, die mit dem weltberühmten Qt framework entwickelt wurde. Das bedeutet Aussehen und Verhalten von FreeCAD sind unter Windows, Linux und Mac OS gleich. Der Ablauf der Installation unterscheidet sich jedoch geringfügig zwischen den einzelnen Betriebssystemen. Wählen Sie Ihr Betriebssystem (s.u.)um mehr Details über die Installation von FreeCAD zu erhalten.

'Windows' 'Linux' 'Mac'
Installation für Windows Installation für Linux/Unix Installation für Mac

Installieren zusätzlicher Inhalte

Abgesehen von den Standard-Arbeitsbereichen(Workbenches), die mit FreeCAD gebündelt sind, gibt es eine wachsende Sammlung nützlicher zusätzlicher Workbenches und Module, die von Community-Mitgliedern im Internet zur Verfügung gestellt werden. Es sind Bemühungen im Gange, diese zu sammeln und Ihnen auf bequeme Weise zur Verfügung zu stellen. Welche Möglichkeiten Sie haben, ist unten aufgeführt.

Da diese Workbenches nicht Teil des offiziellen FreeCAD-Pakets sind und nicht vom FreeCAD-Team direkt unterstützt werden, sollten Sie die auf den einzelnen Addons-Seiten bereitgestellten Informationen lesen, bevor Sie sie installieren, um sicherzustellen, dass Sie wissen, was Sie installieren. Außerdem sollten Fehlerberichte und Feature-Anfragen direkt auf jeder Addon-Seite gemacht werden.

Das FreeCAD-Addon Repository

Dies ist eine Sammlung von nützlichen Workbenches und Makros, die das GIT Submodul-System benutzen, welches es erlaubt, ständig aktualisierte Inhalte zu erhalten. Das FreeCAD-Addons-Repository finden Sie unter https://github.com/FreeCAD/FreeCAD-addons. Dieses Repository verfügt über ein Installer-Makro, das von FreeCAD aus gestartet werden kann und jedes der Add-Ons automatisch auflistet, herunterlädt und installiert.

Das Addon Repository ist mittlerweile Bestandteil von FreeCAD

Werkzeuge->Addon Manager

The pluginloader addon

The plugin loader is a much more elaborate way to install and manage additional content for freecad. Install it with the method above, or following the instructions on the pluginloader page.

Manualles installieren von Workbenches

External workbenches, when they are fully programmed in python (which is the case of all of them at the moment of writing) can always easily be installed manually, simply by downloading them (usually clicking the **Download ZIP** button found on top of each addon page when they are hosted on github), and placing them in your user's FreeCAD/Mod folder (or in the Macros folder if they are macros). Refer to the instructions on each addon page for complete instructions.

Notes for users with 32-bit system and FreeCAD 0.16.6706

After attempts to install, the additional Workbenches may not be available. In this case


About FreeCAD/de
Getting started/de