Download/fr: Difference between revisions

From FreeCAD Documentation
m (Created page with "===Notes aux utilisateurs de Windows=== L'installateur pourrait fonctionner sur des version Windows plus anciennes, mais n'a pas nécessairement été testé. Vous avez besoi...")
(Updating to match new version of source page)
 
(299 intermediate revisions by 12 users not shown)
Line 1: Line 1:
<languages/>
Plusieurs '''téléchargements''' pour des systèmes d'exploitation variés sont disponibles. Avant de télécharger, une mise en garde :
{{TOCright}}
{{VeryImportantMessage|'''FreeCAD est toujours en développement et pourrait ne pas être prêt pour un usage en production'''.}}


<span id="Current_stable_version"></span>
== Installateurs FreeCAD officiels ==
== Version stable actuelle ==


La version 0.21.2 de FreeCAD a été publiée le 14 novembre 2023. Pour connaître les nouveautés, voir les [[Release_notes_0.21/fr|notes de version]].
Des paquets prêts à être installés pour [[Image:windows.png|16px]] '''Windows''' (XP, Vista et 7 en 32 et 64 bits), [[Image:mac.png|16px]] '''Mac OS X''' (Lion 10.7) et pour les [[Image:linux.png|16px]] '''systèmes Linux basés sur Debian/Ubuntu 32 et 64 bits''' sont disponibles.


Vous pouvez trouver les checksums SHA256 pour vérifier l'intégrité de votre téléchargement sur la [https://github.com/FreeCAD/FreeCAD/releases/tag/0.21.2 page GitHub de la release 0.21.2].
Ci-dessous les liens vers les fichiers d'installations stables pour les différents systèmes.


Les versions précédentes peuvent être téléchargées à partir de la page [https://github.com/FreeCAD/FreeCAD/releases GitHub releases].
Sont aussi disponibles sur la [http://sourceforge.net/projects/free-cad/files/ page des fichiers FreeCAD] les paquets '''en cours de développement journalier''', totalement fonctionnels et qui fournissent en avant-première de nouvelles fonctionnalités en cours d'élaboration, mais ces paquets pourraient bloquer votre machine plus souvent, ou contenir des fonctionnalités qui ne sont pas compatibles avec les versions antérieures. Avec ces paquets, vous êtes en mesure de suivre le développement de FreeCAD au jour le jour.
<!--Do not remove this tag. It would add even more places where version info has to be kept up to date-->
{| cellpadding="20" style="font-size:120%"


{| align="center" cellpadding="20"
| align=center | [[Image:Windows.png]]
|{{DownloadWindowsStable}} || || {{DownloadUnixStable}} || || {{DownloadMacStable}}
|}


[[Installing_on_Windows|Install instructions]]
=== Versions de développement ===


[https://github.com/FreeCAD/FreeCAD/releases/download/0.21.2/FreeCAD-0.21.2-WIN-x64-installer-1.exe 64-bit installer]
Pour installer FreeCAD avec les toutes dernières fonctionnalités présentement en développement (tout en acceptant que ces versions pourraient être plus boguées et instables), consultez la [http://sourceforge.net/projects/free-cad/files/ page de téléchargement FreeCAD officielle] pour télécharger des versions 64 bits, plus anciennes ou instables. Bien sûr, si vous voulez expérimenter les développements les plus récents, vous pouvez [[compiling/fr|compiler]] FreeCAD, ou utiliser le [[#Paquets PPA Ubuntu|dépôt des paquets journaliers Ubuntu]].


[https://github.com/FreeCAD/FreeCAD/releases/download/0.21.2/FreeCAD-0.21.2-Windows-x86_64.7z 64-bit portable version (.7z)]
===Notes aux utilisateurs de Windows===


| align=center | [[Image:Mac.png]]
L'installateur pourrait fonctionner sur des version Windows plus anciennes, mais n'a pas nécessairement été testé. Vous avez besoin de ''Windows Installer V1'' sur votre système (msiexec.exe).


[[Installing_on_Mac|Install instructions]]
Voir [[Install on Windows/fr|Installation sous Windows]] pour les détails sur les différentes options d'installation. Téléchargez le dernier .msi file pour Windows, ou le fichier .deb approprié pour votre version Ubuntu ou Debian.


[https://github.com/FreeCAD/FreeCAD/releases/download/0.21.2/FreeCAD-0.21.2-macOS-arm64.dmg ARM (M1/M2) disk image]
===Notes for Linux users===
On most recent distributions such as Debian, Ubuntu, Fedora or Arch, FreeCAD is included in the official distribution's packages repository, and you are advised to preferably get FreeCAD from there, to make sure you have a version that is 100% compatible with your system. The pivy python module (usually named python-pivy) 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.


[https://github.com/FreeCAD/FreeCAD/releases/download/0.21.2/FreeCAD-0.21.2-macOS-intel-x86_64.dmg Intel disk image]
====Notes for Debian users====
Because of a licensing conflict between third-party libraries required by FreeCAD, the freecad package was removed from the current Debian stable (wheezy) repository. This will be solved when the next stable release of FreeCAD comes out. In the meanwhile, you can either [[CompileOnUnix|compile FreeCAD]] or use an [[#Alternative_FreeCAD_builds|alternate build]].


| align=center | [[Image:Linux_with_text.png]]
You should also note that although Ubuntu is based on Debian, the Ubuntu PPA packages are NOT compatible with Debian.


[[Installing_on_Linux|Install instructions]]
===Notes for Mac users===
We rely on very few people to help building Mac OSX packages, so it doesn't get updated as often as the other platforms. The version available on this site might be slightly outdated.
(To compile the most up-to-date version from source see [[CompileOnMac]])


[https://github.com/FreeCAD/FreeCAD/releases/download/0.21.2/FreeCAD-0.21.2-Linux-x86_64.AppImage x86_64 AppImage]
== Ubuntu PPA packages ==
The [https://launchpad.net/~freecad-maintainers FreeCAD Launchpad team] has set up a PPA (Personal Package Archive) repository that allows easy install of Ubuntu packages based on the development branch. Updates to the software are pushed to the Ubuntu Update Manager, which makes it the easiest way to get the latest FreeCAD build.


[https://github.com/FreeCAD/FreeCAD/releases/download/0.21.2/FreeCAD-0.21.2-Linux-aarch64.AppImage aarch64 AppImage]
The [https://launchpad.net/~freecad-maintainers/+archive/freecad-daily FreeCAD Daily Builds] PPA is an automatic daily build system, which can provide you with a fresh, daily-up-to-date version of FreeCAD. Please be advised that the packages from this bleeding edge PPA may be broken from time to time.


|}
Current supported architectures and versions are:
* Ubuntu 12.04 LTS (Precise Pangolin) 32 & 64-Bit [[#Additional Step for Ubuntu 12.04 LTS and 13.10|* Additional Step!]]
* Ubuntu 12.10 (Quantal Quertzal) 32 & 64-Bit
* Ubuntu 13.04 (Raring Ringtail) 32 & 64-Bit
* Ubuntu 13.10 (saucy Salamander) 32 & 64-Bit [[#Additional Step for Ubuntu 12.04 LTS and 13.10|* Additional Step!]]


<span id="Notes_for_Windows_users"></span>
==== Adding the PPA and installing FreeCAD from the console ====
=== Remarques pour les utilisateurs de Windows ===
Type (or copy-paste) these commands in a console to add the PPA and install FreeCAD along with the documentation:
<syntaxhighlight>
sudo add-apt-repository ppa:freecad-maintainers/freecad-daily
</syntaxhighlight>
Then:
<syntaxhighlight>
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install freecad freecad-doc
</syntaxhighlight>
==== Adding the PPA and installing FreeCAD from the GUI ====
Add to your system's Software Sources the following PPA (read [http://askubuntu.com/questions/4983/what-are-ppas-and-how-do-i-use-them/5102#5102%29 What are PPAs and how do I use them?] if you don't know how):
<syntaxhighlight>
ppa:freecad-maintainers/freecad-daily
</syntaxhighlight>
When a dialog window asks you to refresh your software sources, click OK.


* Les versions suivantes de Windows sont prises en charge : 64-bit 7/8/10/11. Windows 32 bits n'est pas pris en charge.
Now you can install FreeCAD and FreeCAD documentation through the Ubuntu Software Center, or your package manager of choice.
* Le paquet peut également être installé à partir du gestionnaire [https://chocolatey.org/packages/freecad Chocolatey]. Le paquet Chocolatey n'est actuellement pas à jour.


<span id="Notes_for_macOS_users"></span>
=== Additional Step for Ubuntu 12.04 LTS and 13.10 ===
=== Remarques pour les utilisateurs de macOS ===
FreeCAD Daily Build packages for Ubuntu 12.04 LTS and 13.10 are now built with the latest OCE version available (0.15+) rather than the older version in the standard Ubuntu repositories. That means that you must add the [https://launchpad.net/~freecad-maintainers/+archive/oce-release OCE Releases PPA] to your software sources.


* MacOS 10.12 Sierra est la version minimale supportée.
'''From the GUI:'''
* Pour macOS 12 et les versions antérieures, l'image disque Intel non signée doit être utilisée, la version signée ne fonctionne pas sur ces systèmes.


<span id="Notes_for_GNU/Linux_users"></span>
Add this line to your software sources:
=== Remarques pour les utilisateurs de GNU/Linux ===
<syntaxhighlight>
ppa:freecad-maintainers/oce-release
</syntaxhighlight>
'''From the terminal:'''


La plupart des distributions portent FreeCAD dans leurs dépôts officiels. Toutefois, si la distribution ne suit pas un modèle de version évolutive, la version fournie peut être obsolète. À la place, vous pouvez télécharger l’AppImage ci-dessus, la marquer comme exécutable et la lancer sans installation.
Type (or paste) these commands:
<syntaxhighlight>
sudo add-apt-repository ppa:freecad-maintainers/oce-release
sudo apt-get update
sudo apt-get upgrade
</syntaxhighlight>
Now you are ready to get the latest version of FreeCAD for Ubuntu 12.04 LTS or 13.10.


Veuillez consulter la page [[Installing_on_Linux/fr|Installation sous Unix]] pour plus d'options d'installation, y compris les paquets quotidiens pour Ubuntu et ses dérivés.
== Fedora package ==
To install FreeCAD on Fedora, make sure you have the *NONFREE* repositories installed (necessary because of OCC/OCE license)
<syntaxhighlight>
yum install freecad
</syntaxhighlight>
Or use the GUI installer.


Une version portable qui n'a pas besoin d'installation peut être obtenue en démarrant FreeCAD avec ces commandes :
== Alternative 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, or other modifications that the package maintainers judged necessary. They might also be out-of-date, since the people who make those package may take time to grab the newer versions of FreeCAD. But they are also sometimes better suited for certain operating systems. Note that on most common linux distributions, official packages are typically installed by the system's package management tool, so you don't need to download and install FreeCAD manually.


{{Code|lang=text|code=
*[http://packages.debian.org/freecad Official Debian package]
cd path/to/directory_containing_AppImage/
*[http://packages.ubuntu.com/freecad Official Ubuntu package]
chmod +x ./name_of_AppImage_file.AppImage
*[http://software.opensuse.org/search?q=freecad&baseproject=openSUSE%3A11.4&lang=en&exclude_debug=true Official OpenSuse package]
HOME="$PWD/Settings" FREECAD_USER_HOME="$PWD/Settings" ./name_of_AppImage_file.AppImage
*[http://www.softpedia.com/get/Multimedia/Graphic/Graphic-Editors/FreeCAD.shtml Softpedia Windows build]
}}
*[http://packman.links2linux.de/package/FreeCAD Packman RPM package (for opensuse, fedora)]
*[http://slackbuilds.org/repository/13.37/graphics/FreeCAD/ Slackbuilds package (for Slackware)]
*[http://aur.archlinux.org/packages.php?K=freecad ArchLinux AUR package]
*[http://packages.gentoo.org/package/media-gfx/freecad Gentoo ebuild package]
*[https://svn.pardus.org.tr/pardus/playground/kaan.aksit/2011/freecad/actions.py Pardus linux build script]
*[http://www.zultron.com/rpm-repo/ Unofficial but well maintained Fedora FreeCAD repository]
*[http://forum.freecadweb.org/viewtopic.php?f=4&t=2995 Unofficial Debian Wheezy package (32-Bit and 64-Bit)]


Vous pourrez trouver plus d'informations sur les variables d'environnement de FreeCAD sur [[Start_up_and_Configuration/fr|la page de configuration]].
== FreeCAD documentation ==
The user documentation of FreeCAD is being written together by the developers and the users community, on this wiki site. The best way is to read it online, so you are sure to get the latest version:
* [[Online Help Toc|The FreeCAD Manual]]


<span id="Development_versions"></span>
The manual can also be displayed as one big text, so you can print it or save it as a pdf file:
== Versions de développement ==
* [[Manual|All-in-one printable version]]


FreeCAD est en développement constant.
The manual is 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 (on debian/ubuntu-based systems, look for '''freecad-doc''' package) and is also bundled in the windows installer. To access it, simply open the "help" menu inside FreeCAD, or use the "What's this?" button.
* Pour les versions de développement et le code source de développement, voir la page [https://github.com/FreeCAD/FreeCAD-Bundle/releases/tag/weekly-builds weekly builds].
* Pour compiler le dernier code source, voir [[Compiling/fr|compilation]].


<span id="Additional_modules_and_macros"></span>
For convenience, we also provide a pdf version of this manual:
== Modules supplémentaires et macros ==
* [http://yorik.uncreated.net/archive/freecad010.pdf 0.10 Manual (Pdf file)]
* [http://yorik.uncreated.net/scripts/freecad011.pdf 0.11 Manual (Pdf file)]
* [http://sourceforge.net/projects/free-cad/files/FreeCAD%20Documentation/FreeCAD-0.12.pdf/download 0.12 Manual (Pdf file)]


La communauté FreeCAD propose une multitude de modules supplémentaires et de macros. Depuis la version 0.17, ils peuvent être installés directement depuis FreeCAD à l'aide du [[Image:Std_AddonMgr.svg|24px]] [[Std_AddonMgr/fr|Gestionnaire des extensions]].
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 Source package ==
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]


{{Userdocnavi{{#translation:}}}}
Alternatively, you can also download latest source code from the Git repositories. You'll get a more recent version, but it might contain bugs or even fail to compile. Instructions for accessing the Git repositories can be found here:
*[https://sourceforge.net/scm/?type=git&group_id=49159 FreeCAD Git repository] (most active)
*[https://github.com/FreeCAD/FreeCAD_sf_master FreeCAD repository on github.com]

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.

== 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/projects/free-cad/files/FreeCAD%20LibPack/ 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 and related projects ==
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://forum.freecadweb.org/viewtopic.php?f=10&t=3391 Fold module]: a module for working with metal sheets (abandoned for some time, lmay not work anymore).
*[http://gitorious.org/freecad-ship Ship module], [http://jlcercos.wordpress.com/freecad-ship-en/ The blog of Jose Luis Cercós Pita] : a module in development for ship design (since 0.13, it included in official FreeCAD sources).
*[http://github.com/maxbots/MendelMax MendelMax]: a macro suite for FreeCAD to generate a MendelMax machine.
*[http://www.openplm.org/ OpenPLM]: an online PLM platform with FreeCAD support.
*[[Macros recipes]]: additional tools for your FreeCAD installation.
*[[Drawing templates]]: additional SVG templates for the Drawing module.
*[http://github.com/yorikvanhavre/tumbler-fcstd-thumbnailer Tumbler thumbnailer]: show .FcStd files as thumbnails in Thunar and Marlin file managers.
*[http://github.com/yorikvanhavre/kde-fcstd-thumbnailer KDE thumbnailer]: show .FcStd files as thumbnails in KDE Dolphin file manager.

[[Category:User Documentation]]
{{clear}}
<languages/>

Latest revision as of 16:09, 13 January 2024

Version stable actuelle

La version 0.21.2 de FreeCAD a été publiée le 14 novembre 2023. Pour connaître les nouveautés, voir les notes de version.

Vous pouvez trouver les checksums SHA256 pour vérifier l'intégrité de votre téléchargement sur la page GitHub de la release 0.21.2.

Les versions précédentes peuvent être téléchargées à partir de la page GitHub releases.

Install instructions

64-bit installer

64-bit portable version (.7z)

Install instructions

ARM (M1/M2) disk image

Intel disk image

Install instructions

x86_64 AppImage

aarch64 AppImage

Remarques pour les utilisateurs de Windows

  • Les versions suivantes de Windows sont prises en charge : 64-bit 7/8/10/11. Windows 32 bits n'est pas pris en charge.
  • Le paquet peut également être installé à partir du gestionnaire Chocolatey. Le paquet Chocolatey n'est actuellement pas à jour.

Remarques pour les utilisateurs de macOS

  • MacOS 10.12 Sierra est la version minimale supportée.
  • Pour macOS 12 et les versions antérieures, l'image disque Intel non signée doit être utilisée, la version signée ne fonctionne pas sur ces systèmes.

Remarques pour les utilisateurs de GNU/Linux

La plupart des distributions portent FreeCAD dans leurs dépôts officiels. Toutefois, si la distribution ne suit pas un modèle de version évolutive, la version fournie peut être obsolète. À la place, vous pouvez télécharger l’AppImage ci-dessus, la marquer comme exécutable et la lancer sans installation.

Veuillez consulter la page Installation sous Unix pour plus d'options d'installation, y compris les paquets quotidiens pour Ubuntu et ses dérivés.

Une version portable qui n'a pas besoin d'installation peut être obtenue en démarrant FreeCAD avec ces commandes :

cd path/to/directory_containing_AppImage/
chmod +x ./name_of_AppImage_file.AppImage
HOME="$PWD/Settings" FREECAD_USER_HOME="$PWD/Settings" ./name_of_AppImage_file.AppImage

Vous pourrez trouver plus d'informations sur les variables d'environnement de FreeCAD sur la page de configuration.

Versions de développement

FreeCAD est en développement constant.

  • Pour les versions de développement et le code source de développement, voir la page weekly builds.
  • Pour compiler le dernier code source, voir compilation.

Modules supplémentaires et macros

La communauté FreeCAD propose une multitude de modules supplémentaires et de macros. Depuis la version 0.17, ils peuvent être installés directement depuis FreeCAD à l'aide du Gestionnaire des extensions.