Compiling: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
No edit summary
Line 20: Line 20:
<!--T:3-->
<!--T:3-->
It is also possible to compile FreeCAD on Windows using [[Compile_on_Cygwin|Cygwin]] or [[Compile_on_MinGW|MinGW]].
It is also possible to compile FreeCAD on Windows using [[Compile_on_Cygwin|Cygwin]] or [[Compile_on_MinGW|MinGW]].

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


<!--T:4-->
<!--T:4-->

Revision as of 08:29, 16 May 2020

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

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 using Cygwin or MinGW.

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.