Installing on Mac/pt: Difference between revisions

From FreeCAD Documentation
(Created page with "A instalação em Mac pode ser feita num passo usando o Instalador. {{DownloadMacStable}} Esta página descreve a utilização e as funcionalidades do instalador do FreeCAD...")
(Created page with "=== Instalação simples === O instalador do FreeCAD é fornecido como um pacote do Installer (.mpkg) contido num ficheiro de imagem de disco.")
Line 4: Line 4:
Depois de instalado, pode dar os [[Getting started|primeiros passos]]!
Depois de instalado, pode dar os [[Getting started|primeiros passos]]!


=== Simple Installation ===
=== Instalação simples ===
The FreeCAD installer is provided as a Installer package (.mpkg) enclosed in a disk image file.
O instalador do FreeCAD é fornecido como um pacote do Installer (.mpkg) contido num ficheiro de imagem de disco.


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

Revision as of 21:51, 3 December 2013

A instalação em Mac pode ser feita num passo usando o Instalador. Template:DownloadMacStable Esta página descreve a utilização e as funcionalidades do instalador do FreeCAD. Também tém instruções para a desinstalação. Depois de instalado, pode dar os primeiros passos!

Instalação simples

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

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.

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.

Uninstallation

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:

  • In /Applications:
    • FreeCAD
  • in /Library/Frameworks/
    • SoQt.framework
    • 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.

Install on Unix
Getting started