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)
Line 16: Line 16:
[[Image:Nightly.png|30px]][https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19-18589-OSX-x86_64-conda-Qt5-Py3.dmg Nightly 19_pre] <small> [https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19-18589-OSX-x86_64-conda-Qt5-Py3.dmg-SHA256.txt (sha256)]</small>
[[Image:Nightly.png|30px]][https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19-18589-OSX-x86_64-conda-Qt5-Py3.dmg Nightly 19_pre] <small> [https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19-18589-OSX-x86_64-conda-Qt5-Py3.dmg-SHA256.txt (sha256)]</small>


However, it is highly recommended to 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
However, it is highly recommended to 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 0.18.4 through your bash terminal with


{{Code|code=
{{Code|code=
Line 22: Line 22:
}}
}}


and to upgrade the software to the latest version available on HomBrew Cask you may run
and to use the latest version available (0.19pre) on HomeBrew you may run


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


If there are any issues with the HomeBrew Cask formula you may report [https://github.com/FreeCAD/homebrew-freecad here].
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.
This page describes the usage and features of the FreeCAD installer. It also includes uninstallation instructions.
Line 54: Line 54:
</div>
</div>


<div class="mw-translate-fuzzy">
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>


*Em /Aplicações:
*Em /Aplicações:

Revision as of 14:23, 10 October 2020

A instalação em Mac OSX pode ser feita num passo usando o Instalador. Template:DownloadMacStable

Template:DownloadMacStable

and the nightly build can be downloaded from

Nightly 19_pre (sha256)

However, it is highly recommended to 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 0.18.4 through your bash terminal with

brew cask install freecad

and to use the latest version available (0.19pre) 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. Once installed, you can get started!

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