Compiling/zh-tw: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 8: Line 8:
|-
|-
|align=center|[[Compile_on_Windows|Compile on Windows]]
|align=center|[[Compile_on_Windows|Compile on Windows]]
|align=center|[[Compile_on_Linux/Unix|Compile on Linux/Unix]]
|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]]
|}
|}

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.


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

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.