Installing on Mac/sv: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{docnav
{{Docnav
|[[Install on Linux/Unix|Install on Linux/Unix]]
|[[Install on Linux|Install on Linux]]
|[[Getting started|Getting started]]
|[[Getting started|Getting started]]
}}
}}
Line 15: Line 15:
[[Image:Nightly.png|30px]][https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19-18589-OSX-x86_64-conda-Qt5-Py3.dmg Nightly 19_pre] <small> [https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19-18589-OSX-x86_64-conda-Qt5-Py3.dmg-SHA256.txt (sha256)]</small>
[[Image:Nightly.png|30px]][https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19-18589-OSX-x86_64-conda-Qt5-Py3.dmg Nightly 19_pre] <small> [https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19-18589-OSX-x86_64-conda-Qt5-Py3.dmg-SHA256.txt (sha256)]</small>


However, it is highly recommended to 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
However, it is highly recommended to 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


{{Code|code=
{{Code|code=
Line 21: Line 21:
}}
}}


and to upgrade the software to the latest version available on HomBrew Cask you may run
and to use the latest version available (0.19pre) on HomeBrew you may run


{{Code|code=
{{Code|code=
brew cask upgrade freecad
brew install freecad
}}
}}


If there are any issues with the HomeBrew Cask formula you may report [https://github.com/FreeCAD/homebrew-freecad here].
If there are any issues with the HomeBrew Cask or Formula you may report them to [https://github.com/FreeCAD/homebrew-freecad here].


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 36: Line 36:
FreeCAD installeraren erbjuds som ett Installationspaket(.mpkg) bifogad i en diskavbildningsfil.
FreeCAD installeraren erbjuds som ett Installationspaket(.mpkg) bifogad i en diskavbildningsfil.
</div>
</div>

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


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 47: Line 49:
</div>
</div>


<div class="mw-translate-fuzzy">

=== Avinstallation ===
=== Avinstallation ===
</div>


<div class="mw-translate-fuzzy">
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:
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>


*I /Applications:
*I /Applications:
Line 63: Line 68:
</div>
</div>


{{Userdocnavi{{#translation:}}}}
<div class="mw-translate-fuzzy">
[[Category:User Documentation/sv]]
</div>

[[Category:Administration]]

Revision as of 14:23, 10 October 2020

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.

Template:DownloadMacStable

and the nightly build can be downloaded from

Nightly 19_pre (sha256)

However, it is highly recommended to 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 cask install 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!

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