Installing on Mac: Difference between revisions

From FreeCAD Documentation
No edit summary
mNo edit summary
(40 intermediate revisions by 13 users not shown)
Line 1: Line 1:
<languages/>
FreeCAD can be installed on Mac OS X in one step using the Installer. <br>
<translate>
{{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]]!


<!--T:18-->
=== Simple Installation ===
{{Docnav
The FreeCAD installer is provided as a Installer package (.mpkg) enclosed in a disk image file.
|[[Installing_on_Linux|Installing on Linux]]
|[[Installing_additional_components|Installing additional components]]
}}


<!--T:1-->
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.
FreeCAD can be installed on macOS from a .dmg package which you can drag and drop into your Applications folder:


<!--T:15-->
[[File:mac_installer_1.png]]
{{DownloadMacStable}}


<!--T:26-->
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.
and the weekly build can be downloaded from


<!--T:27-->
[[File:mac_installer_2.png]]
[[Image:Nightly.png|30px]][https://github.com/FreeCAD/FreeCAD-AppImage/releases/tag/weekly-builds Weekly]


<!--T:23-->
=== Uninstallation ===
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 0.18.4 through your bash terminal with


</translate>
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:
{{Code|code=
brew install --cask freecad
}}
<translate>


<!--T:24-->
*In /Applications:
and to use the latest version available (0.19pre) on HomeBrew you may run
**FreeCAD


</translate>
*in /Library/Frameworks/
{{Code|code=
**SoQt.framework
brew install freecad
**Inventor.framework
}}
<translate>


<!--T:25-->
Then, from the terminal, run:
If there are any issues with the HomeBrew Cask or Formula you may report them to [https://github.com/FreeCAD/homebrew-freecad here].


<!--T:16-->
sudo /Developer/Tools/uninstall-qt.py
This page describes the usage and features of the FreeCAD installer. It also includes uninstallation instructions.
sudo rm -R /usr/local/lib/OCC
Once installed, you can [[Getting_started|get started]]!
sudo rm -R /usr/local/include/OCC

== Simple installation == <!--T:2-->

<!--T:28-->
The FreeCAD installer is provided as a app package (.app) enclosed in a disk image file.

<!--T:3-->
You can download the latest installer from the [[Download|Download]] page. After downloading the file, just mount the disk image, then drag it to the Application folder or a folder of your choice.

<!--T:4-->
[[File:mac_installer_1.png]]

<!--T:5-->
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 == <!--T:7-->

<!--T:8-->
There currently isn't an uninstaller for FreeCAD installed with dmg package. To completely remove FreeCAD and all installed components, drag the following files and folders to the Trash:

<!--T:9-->
*In /Applications:
**FreeCAD


<!--T:12-->
That's it. Eventually, FreeCAD will be available as a self-contained application bundle so all this hassle will go away.
If you installed FreeCAD with homebrew simply use the {{incode|brew uninstall freecad}} command. That's it.


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


<!--T:13-->
{{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}} {{pl|Install on Mac/pl}} {{ru|Install on Mac/ru}} {{se|Install on Mac/se}} }}
{{Docnav
|[[Installing_on_Linux|Installing on Linux]]
|[[Installing_additional_components|Installing additional components]]
}}


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

Revision as of 13:14, 27 April 2021

FreeCAD can be installed on macOS from a .dmg package which you can drag and drop into your Applications folder:

Template:DownloadMacStable

and the weekly build can be downloaded from

Weekly

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 0.18.4 through your bash terminal with

brew install --cask 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!

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 installed with dmg package. To completely remove FreeCAD and all installed components, drag the following files and folders to the Trash:

  • In /Applications:
    • FreeCAD

If you installed FreeCAD with homebrew simply use the brew uninstall freecad command. That's it.