Compiling: Difference between revisions

From FreeCAD Documentation
No edit summary
(Marked this version for translation)
(12 intermediate revisions by 4 users not shown)
Line 4: Line 4:
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' width=50%
|align=center|[[Image:Windows.png | alt='Windows' | link= CompileOnWindows]]
|align=center|[[Image:Windows.png|x32px|alt='Windows'|link=Compile_on_Windows]]
|align=center|[[Image:Linux.png | alt='Linux' | link= CompileOnUnix]]
|align=center|[[Image:Linux.png|x32px|alt='Linux'|link=Compile_on_Linux/Unix]]
|align=center|[[Image:Mac.png | alt='Mac' | link= CompileOnMac]]
|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|[[CompileOnWindows|Compile on Windows]]
|align=center|[[Compile_on_Windows|Compile on Windows]]
|align=center|[[CompileOnUnix | Compile on Linux/Unix]]
|align=center|[[Compile_on_Linux|Compile on Linux]]
|align=center|[[CompileOnMac | Compile on Mac]]
|align=center|[[Compile_on_MacOS|Compile on MacOS]]
|align=center|[[Compile_on_Docker|Compile on Docker]]
|}
|}


<!--T:6-->
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 using [[CompileOnCygwin|Cygwin]] or [[CompileOnMinGW|MinGW]].
It is also possible to compile FreeCAD on Windows using [[Compile_on_Cygwin|Cygwin]] or [[Compile_on_MinGW|MinGW]].


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

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


</translate>
</translate>
{{Userdocnavi{{#translation:}}}}
{{clear}}
[[Category:Developer_Documentation{{#translation:}}]]
[[Category:Developer{{#translation:}}]]

Revision as of 20:24, 13 March 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 the programming documentation, see Source documentation.

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