Installing on Mac: Difference between revisions

From FreeCAD Documentation
(Update according new installation method.)
No edit summary
Line 1: Line 1:
<translate>
<!--T:1-->
<!--T:1-->
FreeCAD can be installed on Mac OS X in one step using the Installer.
FreeCAD can be installed on Mac OS X in one step using the Installer.
Line 5: Line 4:
<!--T:15-->
<!--T:15-->
{{DownloadMacStable}}
{{DownloadMacStable}}

<!--T:16-->
<!--T:16-->
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 32: Line 30:
**FreeCAD
**FreeCAD


<!--T:10-->
*in /Library/Frameworks/
**SoQt.framework
**Inventor.framework

<!--T:11-->
Then, from the terminal, run:
</translate>
{{Code|code=
sudo /Developer/Tools/uninstall-qt.py
sudo rm -R /usr/local/lib/OCC
sudo rm -R /usr/local/include/OCC
}}
<translate>
<!--T:12-->
<!--T:12-->
That's it.
That's it. Eventually, FreeCAD will be available as a self-contained application bundle so all this hassle will go away.


<!--T:13-->
<!--T:13-->

Revision as of 07:42, 1 April 2017

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 app package (.app) 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 drag it to the Application folder or a folder of your choice.

That's it. Just click on the app to launch FreeCAD. If you have this message "FreeCAD can't be open as it is from unidentified developer. " Open the folder (Application) and right click on the app then click open and accept to open the application.

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

That's it.

Install on Unix
Getting started

</translate>