Installing on Mac/pt: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(18 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{docnav|Install on Unix|Getting started}}


{{Docnav
A instalação em Mac OSX pode ser feita num passo usando o Instalador.
|[[Installing_on_Linux|Installing on Linux]]
{{DownloadMacStable}}
|[[Installing_additional_components|Installing additional components]]
}}


FreeCAD can be installed on macOS from a .dmg package which you can drag and drop into your Applications folder, see the [[Download|Download]] page.
{{DownloadMacStable}}


If you would like to download a development version, which may be unstable, see the [https://github.com/FreeCAD/FreeCAD-Bundle/releases/tag/weekly-builds Weekly builds download] page.
This page describes the usage and features of the FreeCAD installer. It also includes uninstallation instructions.
Once installed, you can [[Getting started |get started]]!


You can also use a package manager such as HomeBrew to keep your software updated. Instructions to install HomeBrew can be seen [https://brew.sh/ here]. When HomeBrew installed you can simply install FreeCAD through your bash terminal with
<div class="mw-translate-fuzzy">

{{Code|code=
brew install --cask freecad
}}

and to use the latest version available on HomeBrew you may run

{{Code|code=
brew install freecad
}}

If there are any issues with the HomeBrew Cask or Formula you may report them to [https://github.com/FreeCAD/homebrew-freecad here].

This page describes the usage and features of the FreeCAD installer. It also includes uninstallation instructions. Head to [[Getting_started|Getting started]] once installation is complete.

<span id="Simple_installation"></span>
=== Instalação simples ===
=== Instalação simples ===
O instalador do FreeCAD é fornecido como um pacote do Installer (.mpkg) contido num ficheiro de imagem de disco.
O instalador do FreeCAD é fornecido como um pacote do Installer (.mpkg) contido num ficheiro de imagem de disco.
</div>


The FreeCAD installer is provided as a app package (.app) enclosed in a disk image file.
<div class="mw-translate-fuzzy">

Pode fazer o download do instalador mais recente [[Download/pt|aqui]]. Depois de fazer o download, monte a imagem de disco, o corra o pacote '''Install FreeCAD'''.
Pode fazer o download do instalador mais recente [[Download/pt|aqui]]. Depois de fazer o download, monte a imagem de disco, o corra o pacote '''Install FreeCAD'''.
</div>


[[File:mac_installer_1.png]]
[[File:mac_installer_1.png]]
Line 25: Line 40:
</div>
</div>


<span id="Uninstallation"></span>

=== Desinstalação ===
=== Desinstalação ===


Neste momento não há um desinstalador para o FreeCAD. Para o remover completamente, e todos os componentes instalados, arraste os seguintes ficheiros para o Lixo:
Neste momento não há um desinstalador para o FreeCAD. Para o remover completamente, e todos os componentes instalados, arraste os seguintes ficheiros para o Lixo:


<div class="mw-translate-fuzzy">
*Em /Aplicações:
*Em /Aplicações:
**FreeCAD
**FreeCAD
</div>


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
É tudo. Eventualmente, o FreeCAD poderá vir a estar disponível como uma um pacote independente e o processo será simples.
É tudo. Eventualmente, o FreeCAD poderá vir a estar disponível como uma um pacote independente e o processo será simples.
</div>
</div>


{{docnav/pt|Install on Unix/pt|Getting started/pt}}


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
{{docnav/pt|Install on Unix/pt|Getting started/pt}}
[[Category:User_Documentation/pt]]
</div>
</div>


{{Userdocnavi{{#translation:}}}}
[[Category:Administration]]

Latest revision as of 08:14, 17 August 2023

FreeCAD can be installed on macOS from a .dmg package which you can drag and drop into your Applications folder, see the Download page.

If you would like to download a development version, which may be unstable, see the Weekly builds download page.

You can also use a package manager such as HomeBrew to keep your software updated. Instructions to install HomeBrew can be seen here. When HomeBrew installed you can simply install FreeCAD through your bash terminal with

brew install --cask freecad

and to use the latest version available on HomeBrew you may run

brew install freecad

If there are any issues with the HomeBrew Cask or Formula you may report them to here.

This page describes the usage and features of the FreeCAD installer. It also includes uninstallation instructions. Head to Getting started once installation is complete.

Instalação simples

O instalador do FreeCAD é fornecido como um pacote do Installer (.mpkg) contido num ficheiro de imagem de disco.

The FreeCAD installer is provided as a app package (.app) enclosed in a disk image file.

Pode fazer o download do instalador mais recente aqui. Depois de fazer o download, monte a imagem de disco, o corra o pacote Install FreeCAD.

O instalador vai apresentar um ecran Personalise a Insralação que lista os pacotes que vão ser instalados. Se souber que já tem alguns dos pacotes, clique nas caixas para as des-selecionar. Se não tive a certeza, deixe todos os items selecionados.

Desinstalação

Neste momento não há um desinstalador para o FreeCAD. Para o remover completamente, e todos os componentes instalados, arraste os seguintes ficheiros para o Lixo:

  • Em /Aplicações:
    • FreeCAD

É tudo. Eventualmente, o FreeCAD poderá vir a estar disponível como uma um pacote independente e o processo será simples.


Install on Unix/pt
Getting started/pt