Compiling/zh-cn: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 19: Line 19:
</div>
</div>


To compile FreeCAD only CLI mode (without GUI), here is the docker image [[FreeCAD Docker CLI mode|FreeCAD Docker CLI mode]].
To compile FreeCAD without its graphic user interface use the [[FreeCAD Docker CLI mode|FreeCAD Docker CLI mode]] image.


To compile the programming documentation, see [[Source documentation|Source documentation]].
To compile the programming documentation, see [[Source documentation|Source documentation]].

Revision as of 20:27, 13 August 2021

如何编译FreeCAD,针对每种操作系统,都有它自己的页面,在在线帮助文档里有.

'Windows' 'Linux' 'Mac'
在Windows上编译 在Linux/Unix上编译 在Mac上编译

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.

在Windows上编译FreeCAD,可以使用CygwinMinGW

To compile FreeCAD without its graphic user interface use the FreeCAD Docker CLI mode image.

To compile the programming documentation, see Source documentation.

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