Installing on Mac: Difference between revisions

From FreeCAD Documentation
m (Added romanian language to the list)
(add <translate>)
Line 1: Line 1:
<translate>
FreeCAD can be installed on Mac OS X in one step using the Installer. <br>
FreeCAD can be installed on Mac OS X in one step using the Installer. <br>
{{DownloadMacStable}}<br>
{{DownloadMacStable}}<br>
Line 27: Line 28:


Then, from the terminal, run:
Then, from the terminal, run:
</translate>

sudo /Developer/Tools/uninstall-qt.py
sudo /Developer/Tools/uninstall-qt.py
sudo rm -R /usr/local/lib/OCC
sudo rm -R /usr/local/lib/OCC
sudo rm -R /usr/local/include/OCC
sudo rm -R /usr/local/include/OCC
<translate>

That's it. Eventually, FreeCAD will be available as a self-contained application bundle so all this hassle will go away.
That's it. Eventually, FreeCAD will be available as a self-contained application bundle so all this hassle will go away.


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

{{Languages | {{cn|Install on Mac/cn}} {{de|Install on Mac/de}} {{es|Install on Mac/es}} {{fr|Install on Mac/fr}} {{it|Install on Mac/it}} {{jp|Install on Mac/jp}} {{pl|Install on Mac/pl}} {{ro|Install on Mac/ro}} {{ru|Install on Mac/ru}} {{se|Install on Mac/se}} }}


[[Category:User Documentation]]
[[Category:User Documentation]]
</translate>
<languages/>

Revision as of 21:53, 29 November 2013

FreeCAD can be installed on Mac OS X in one step using the Installer.
Template:DownloadMacStable
This page describes the usage and features of the FreeCAD installer. It also includes uninstallation instructions. Once installed, you can get started!

Simple Installation

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

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