Compiling: Difference between revisions

From FreeCAD Documentation
(link to the update Windows compile page and not the outdated ones)
No edit summary
 
(14 intermediate revisions by 8 users not shown)
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|[[File:Docker_logo_FreeCAD.svg|x32px|alt='Docker'|link=Compile_on_Docker]]
|align=center|[[Compile_on_Docker|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]]
|align=center|[[Compile_on_Docker|Compile on Docker container]]
|}
|}


<!--T:6-->
<!--T:6-->
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.
To compile on BSD, and other Unix systems, you can follow the general instruction in [[Compile_on_Linux|Compile on Linux]] but using the appropriate dependencies in those systems.


<!--T:3-->
<!--T:3-->
It is also possible to compile FreeCAD on Windows by following the instructions in [[Compile on Windows]].
It is also possible to compile FreeCAD on Windows by following the instructions in [[Compile_on_Windows|Compile on Windows]] or using MSYS2/MinGW following [[Compile_on_MinGW|Compile on MinGW]].


<!--T:7-->
<!--T:7-->
To compile FreeCAD only CLI mode (without GUI), here is the docker image [[FreeCAD Docker CLI mode|FreeCAD Docker CLI mode]].
To compile FreeCAD without its graphic user interface use the [[FreeCAD_Docker_CLI_mode|FreeCAD Docker CLI mode]] image.


<!--T:4-->
<!--T:4-->
To compile the programming documentation, see [[Source documentation|Source documentation]].
To compile the programming documentation, see [[Source_documentation|Source documentation]].


<!--T:5-->
<!--T:5-->
To learn to use revision control system and contribute code see [[Source code management|Source code management]].
To learn to use revision control system and contribute code see [[Source_code_management|Source code management]].



</translate>
</translate>

Latest revision as of 17:45, 14 March 2023

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

'Windows' 'Linux' 'MacOS' 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.