Compiling/es: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
No edit summary
Line 1: Line 1:
<languages/>
<languages/>
Cada sistema operativo tiene su propia página para compilar FreeCAD en la [[Online_Help_Toc/es|Documentación de Ayuda en Línea]].
<div class="mw-translate-fuzzy">
Cada sistema operativo tiene su propia página para compilar FreeCAD en la [[Online_Help_Toc/es|Documentación en Línea de Ayuda]].
{| align='center' width=50%
{| align='center' width=50%
|align=center|[[Image:Windows.png | alt='Windows' | link= CompileOnWindows/es]]
|align=center|[[Image:Windows.png|x32px|alt='Windows'|link=Compile_on_Windows]]
|align=center|[[Image:Linux.png | alt='Linux' | link= CompileOnUnix/es]]
|align=center|[[Image:Linux.png|x32px|alt='Linux'|link=Compile_on_Linux]]
|align=center|[[Image:Mac.png | alt='Mac' | link= CompileOnMac/es]]
|align=center|[[Image:Mac.png|x32px|alt='MacOS'|link=Compile_on_MacOS]]
|align=center|[[Compile_on_Docker|Compile en el contenedor Docker]]<! --[[File:Docker_logo_FreeCAD.svg|x32px|alt='Docker'|link=Compile_on_Docker]]-->
|-
|-
|align=center|[[CompileOnWindows/es |Compile on Windows]]
|align=center|[[Compilar_en_Windows|Compilar en Windows]]
|align=center|[[CompileOnUnix/es | Compile on Linux/Unix]]
|align=center|[[Compilar_en_Linux|Compilar en Linux]]
|align=center|[[CompileOnMac/es | Compile on Mac]]
|align=center|[[Compilar_en_MacOS|Compilar en MacOS]]
|align=center|[[Compilar_en_Docker|Compilar en un contenedor Docker]]
|}
|}
</div>


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

Revision as of 15:40, 4 October 2021

Cada sistema operativo tiene su propia página para compilar FreeCAD en la Documentación de Ayuda en Línea.

'Windows' 'Linux' 'MacOS' Compile en el contenedor Docker<! --'Docker'-->
Compilar en Windows Compilar en Linux Compilar en MacOS Compilar en un contenedor 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.

También es posible compilar FreeCAD en Windows usando Cygwin or MinGW.

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.