Compiling: Difference between revisions

From FreeCAD Documentation
m (Undo revision 1238389 by Donatello (talk). The Compile on MacOS page must be renamed first.)
Tag: Undo
m (Linux_with_text.png)
Line 3: Line 3:
<!--T:1-->
<!--T:1-->
Each operating system has its own page for compiling FreeCAD in the [[Online_Help_Toc|Online Help Documentation]].
Each operating system has its own page for compiling FreeCAD in the [[Online_Help_Toc|Online Help Documentation]].
{| align='center' width=50%
{| align='center' cellpadding='10px'
|align=center|[[Image:Windows.png|x32px|alt='Windows'|link=Compile_on_Windows]]
|align=center|[[Image:Windows.png|x32px|alt='Windows'|link=Compile_on_Windows]]
|align=center|[[Image:Linux.png|x32px|alt='Linux'|link=Compile_on_Linux]]
|align=center|[[Image:Linux_with_text.png|x32px|alt='Linux'|link=Compile_on_Linux]]
|align=center|[[Image:Mac.png|x32px|alt='MacOS'|link= Compile_on_MacOS]]
|align=center|[[Image:Mac.png|x32px|alt='MacOS'|link= Compile_on_MacOS]]
|align=center|[[Compile_on_Docker|Compile on Docker container]]<!--[[File:Docker_logo_FreeCAD.svg|x32px|alt='Docker'|link=Compile_on_Docker]]-->
|align=center|[[Compile_on_Docker|Docker]]<!--[[File:Docker_logo_FreeCAD.svg|x32px|alt='Docker'|link=Compile_on_Docker]]-->
|-
|-
|align=center|[[Compile_on_Windows|Compile on Windows]]
|align=center|[[Compile_on_Windows|Compile on Windows]]

Revision as of 17:37, 14 March 2023

Each operating system has its own page for compiling FreeCAD in the Online Help Documentation.

'Windows' 'Linux' 'MacOS' Docker
Compile on Windows Compile on Linux Compile on MacOS Compile on Docker container

To compile on BSD, and other Unix systems, you can follow the general instruction in Compile on Linux but using the appropriate dependencies in those systems.

It is also possible to compile FreeCAD on Windows by following the instructions in Compile on Windows or using MSYS2/MinGW following Compile on MinGW.

To compile FreeCAD without its graphic user interface use the FreeCAD Docker CLI mode image.

To compile the programming documentation, see Source documentation.

To learn to use revision control system and contribute code see Source code management.