Installing on Mac/sv: Difference between revisions

From FreeCAD Documentation
(Created page with "Install on Mac")
 
(Updating to match new version of source page)
 
(36 intermediate revisions by 2 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]]
}}


<div class="mw-translate-fuzzy">
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 kan installeras på Mac OS X i ett steg genom att använda Installeraren. Denna sida beskriver användandet och funktionerna i FreeCAD installeraren. Den inkluderar också avinstallations instruktioner.
</div>


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>
=== Enkel Installation ===
FreeCAD installeraren erbjuds som ett Installationspaket(.mpkg) bifogad i en diskavbildningsfil.

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

Du kan ladda ned den senaste installeraren från [[Download|Nedladdnings]]sidan. Efter att du laddat ned filen, montera diskavbildningen, kör sedan '''Install FreeCAD''' paketet.

[[File:mac_installer_1.png]]

<div class="mw-translate-fuzzy">
Installeraren kommer att presentera en '''Customize Installation''' skärm som listar de paket som kommer att installeras. Om du vet att du redan har något av dessa paket, så kan du välja bort dem genom att använda kryssrutorna. Om du inte är säker, lämna alla rutor markerade.
</div>

<span id="Uninstallation"></span>
=== Avinstallation ===

Det finns för närvarande ingen avinstallerare för FreeCAD. För att helt ta bort FreeCAD och alla installerade komponenter, dra följande filer och mappar till papperskorgen:

<div class="mw-translate-fuzzy">
*I /Applications:
**FreeCAD
**FreeCAD
</div>


<div class="mw-translate-fuzzy">
*in /Library/Frameworks/
Det är allt. Eventuellt så kommer FreeCAD att finnas tillgängligt som ett applikationspaket så att allt detta trubbel kommer att försvinna.
**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/sv|Install on Unix/sv|Getting started/sv}}
</div>


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

Latest revision as of 08:14, 17 August 2023

FreeCAD kan installeras på Mac OS X i ett steg genom att använda Installeraren. Denna sida beskriver användandet och funktionerna i FreeCAD installeraren. Den inkluderar också avinstallations instruktioner.

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.

Enkel Installation

FreeCAD installeraren erbjuds som ett Installationspaket(.mpkg) bifogad i en diskavbildningsfil.

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

Du kan ladda ned den senaste installeraren från Nedladdningssidan. Efter att du laddat ned filen, montera diskavbildningen, kör sedan Install FreeCAD paketet.

Installeraren kommer att presentera en Customize Installation skärm som listar de paket som kommer att installeras. Om du vet att du redan har något av dessa paket, så kan du välja bort dem genom att använda kryssrutorna. Om du inte är säker, lämna alla rutor markerade.

Avinstallation

Det finns för närvarande ingen avinstallerare för FreeCAD. För att helt ta bort FreeCAD och alla installerade komponenter, dra följande filer och mappar till papperskorgen:

  • I /Applications:
    • FreeCAD

Det är allt. Eventuellt så kommer FreeCAD att finnas tillgängligt som ett applikationspaket så att allt detta trubbel kommer att försvinna.


Install on Unix/sv
Getting started/sv