Compiling: Difference between revisions

From FreeCAD Documentation
(Trademark compliance: use as an adjective, not as a nount https://www.docker.com/legal/trademark-guidelines)
(Removed use of the Docker logo, it requires permission (I sent an e-mail requesting permission, will revert if/when receiving a reply))
Line 7: Line 7:
|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|[[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]]

Revision as of 05:20, 2 February 2021

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.

To compile FreeCAD only CLI mode (without GUI), here is the docker image FreeCAD Docker CLI mode.

To compile the programming documentation, see Source documentation.

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