Compiling: Difference between revisions

From FreeCAD Documentation
(link to the update Windows compile page and not the outdated ones)
No edit summary
Line 16: Line 16:


<!--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]].


<!--T:7-->
<!--T:7-->

Revision as of 20:42, 1 July 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 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.