Download/de: Difference between revisions

From FreeCAD Documentation
m (typo)
No edit summary
Line 3: Line 3:


== Offizielle FreeCAD Installationspakete ==
== Offizielle FreeCAD Installationspakete ==
<!--
These are ready-to-install packages for Windows (2000 & XP, and Vista), and for Debian-based Linux systems.
The installer may work on older Windows platforms, but has not been tested yet. You need ''Windows Installer V1'' on your system (msiexec.exe). See [[Install on Windows|Installing on Windows]] for details about different installation options. Download the latest .msi file for windows systems, or the appropriate .deb file for your version of Ubuntu or Debian.


Das FreeCAD Team bietet Installationsbereite Pakete für [[Image:windows.png|16px]] '''Windows''' (XP, Vista und 7, 32 und 64bits), [[Image:mac.png|16px]] '''Mac OS X''' (Snow Leopard 10.6), und [[Image:linux.png|16px]] '''Debian-basierte Linux systeme''' (Debian, Ubuntu, 32 und 64bits).

*[http://sourceforge.net/projects/free-cad/files/ offizielle FreeCAD Download Seite]

====Hinweise für Windows-Anwender====

Der Windows Installer sollte auch auf älteren Windows-Plattformen funktionieren, ist aber nicht überall getestet. Sie müssen mindestens ''Windows Installer V1''(msiexec.exe) auf Ihrem System installiert haben. Siehe [[Installation auf Windows]] für weitere Details über die verschiedenen Installationsmöglichkeiten. Laden Sie die neueste .msi-Datei für Windows-Systeme, oder die entsprechende .deb-Datei für Ihre Version von Ubuntu oder Debian herunter.

====Hinweise für Linux-Anwender====
<!--
'''Note for linux users''': The pivy python module is needed by FreeCAD from version 0.9 or above. If it is not available on your system, you must download it from here too.
'''Note for linux users''': The pivy python module is needed by FreeCAD from version 0.9 or above. If it is not available on your system, you must download it from here too.


Line 12: Line 19:


== Unoffiziele FreeCAD Builds ==
== Unoffiziele FreeCAD Builds ==
<!--

These are versions of FreeCAD built by other persons and not officially maintained by the FreeCAD team. They may include customized parts or be optimized for certain types of processors.
These are versions of FreeCAD built by other persons and not officially maintained by the FreeCAD team. They may include customized parts or be optimized for certain types of processors.


Line 29: Line 36:
* [[Manual|All-in-one printable version]]
* [[Manual|All-in-one printable version]]


And finally the manual can also be compiled as a qt help file, so it can be browsed offline with the Qt help viewer. This is usually made at each release and is available together with FreeCAD package on most linux software repositories and is also bundled in the windows installer. You can also grab a copy of the 0.10 version here:

* [http://yorik.uncreated.net/archive/FreeCAD.qch 0.10 Manual (Qhelp file)]
* [http://yorik.uncreated.net/archive/freecad010.pdf 0.10 Manual (Pdf file)]

Here you can also find a copy of the OpenCasCade 5.2 docs, in a .chm file. After 5.2, the openCasCade documentation is not available as a single file anymore, but as a heavy 180Mb package. So, since there is little change, we keep this one around for convenience:

*[http://www.4shared.com/file/128871432/96b15e62/occ52.html OpenCasCADE 5.2 documentation]


== FreeCAD Quellpakete ==
== FreeCAD Quellpakete ==


For all other platforms you need to compile FreeCAD on your own from the Source package. You might also want to compile FreeCAD yourself if you want to optimize certain things, or customize certain parts of FreeCAD. Instructions for compiling can be found on the [[CompileOnWindows]], [[CompileOnMac]] and [[CompileOnUnix]] pages. You can grab a zip or tar.gz file containing the latest official version here (look for the latest version for your system):

*[http://sourceforge.net/projects/free-cad/files/ official FreeCAD Files repository]

Alternatively, you can also download latest source code from the SVN repository. You'll get a more recent version, but it might contain bugs or even fail to compile. Instructions for accessing the SVN repository can be found here:

*[http://sourceforge.net/svn/?group_id=49159 FreeCAD SVN repository]

You can also download automatically a GNU tarball from the latest source code tree or any part of it by using the code browser and clicking the "Download GNU tarball" at any time. The trunk folder contains the current development version, while the branches folder contains a snapshot of all stable releases to date.

*[http://free-cad.svn.sourceforge.net/viewvc/free-cad/ FreeCAD SVN browser]

== FreeCAD LibPack ==

To collect all the needed libraries to compile FreeCAD can be a time consuming task. So we deliver a convenient package for development on Windows (VS8) with all needed libraries. You can download the latest version of the libpack from

*[http://sourceforge.net/project/showfiles.php?group_id=49159&package_id=157551 FreeCAD LibPack]

For linux, you will normally find all necessary libraries in your software management system, so you should just read the [[CompileOnUnix]] page.

== Additional modules ==

There are additional modules, addons of plugins for FreeCAD developed outside of the main FreeCAD development team. They are listed here but are not officially supported by the FreeCAD team.


*[http://ja.orgfree.com/freecad.htm Fold module]: a module in development for working with metal sheets.
//-->
//-->

Revision as of 18:44, 1 June 2011

Hier sind einige Downloads für verschiedene Betriebssysteme verfügbar. Beachte vor dem Herunterladen:

FreeCAD ist noch im Alpha-Stadium und noch nicht bereit für die Verwendung durch Endanwender

Offizielle FreeCAD Installationspakete

Das FreeCAD Team bietet Installationsbereite Pakete für Windows (XP, Vista und 7, 32 und 64bits), Mac OS X (Snow Leopard 10.6), und Debian-basierte Linux systeme (Debian, Ubuntu, 32 und 64bits).

Hinweise für Windows-Anwender

Der Windows Installer sollte auch auf älteren Windows-Plattformen funktionieren, ist aber nicht überall getestet. Sie müssen mindestens Windows Installer V1(msiexec.exe) auf Ihrem System installiert haben. Siehe Installation auf Windows für weitere Details über die verschiedenen Installationsmöglichkeiten. Laden Sie die neueste .msi-Datei für Windows-Systeme, oder die entsprechende .deb-Datei für Ihre Version von Ubuntu oder Debian herunter.

Hinweise für Linux-Anwender