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)
 
(38 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages/>
FreeCAD can be installed on Mac OS X in one step using the Installer. <br>
{{DownloadMacStable}}<br>
This page describes the usage and features of the FreeCAD installer. It also includes uninstallation instructions.
Once installed, you can [[Getting started |get started]]!


{{Docnav
=== Simple Installation ===
|[[Installing_on_Linux|Installing on Linux]]
The FreeCAD installer is provided as a Installer package (.mpkg) enclosed in a disk image file.
|[[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.
You can download the latest installer from the [[Download]] page. After downloading the file, just mount the disk image, then run the '''Install FreeCAD''' package.


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.
[[File:mac_installer_1.png]]


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
The installer will present you with a '''Customize Installation''' screen that lists the packages that will be installed. If you know that you already have any of these packages, you can deselect them using the checkboxes. If you're not sure, just leave all items checked.


{{Code|code=
[[File:mac_installer_2.png]]
brew install --cask freecad
}}


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


{{Code|code=
There currently isn't an uninstaller for FreeCAD. To completely remove FreeCAD and all installed components, drag the following files and folders to the Trash:
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].
*In /Applications:

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 ===
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 [[Download/pt|aqui]]. Depois de fazer o download, monte a imagem de disco, o corra o pacote '''Install FreeCAD'''.

[[File:mac_installer_1.png]]

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

<span id="Uninstallation"></span>
=== 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:

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


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


Then, from the terminal, run:
sudo /Developer/Tools/uninstall-qt.py
sudo rm -R /usr/local/lib/OCC
sudo rm -R /usr/local/include/OCC
That's it. Eventually, FreeCAD will be available as a self-contained application bundle so all this hassle will go away.


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


{{Userdocnavi{{#translation:}}}}
[[Category:User Documentation]]
<languages/>

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