Compiling: Difference between revisions

From FreeCAD Documentation
mNo edit summary
m (New direct links to the new page Compile on macOS.)
Line 6: Line 6:
|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.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|Compile on Docker container]]<!--[[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]]
|align=center|[[Compile_on_Linux|Compile on Linux]]
|align=center|[[Compile_on_Linux|Compile on Linux]]
|align=center|[[Compile_on_MacOS|Compile on MacOS]]
|align=center|[[Compile_on_macOS|Compile on macOS]]
|align=center|[[Compile_on_Docker|Compile on Docker container]]
|align=center|[[Compile_on_Docker|Compile on Docker container]]
|}
|}

Revision as of 01:20, 13 March 2023

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

'Windows' 'Linux' 'macOS' Compile on Docker container
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.