Installing on Mac/cs: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
 
(40 intermediate revisions by 4 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>
{{Docnav
This page describes the usage and features of the FreeCAD installer. It also includes uninstallation instructions.
|[[Installing_on_Linux|Installing on Linux]]
Once installed, you can [[Getting started |get started]]!
|[[Installing_additional_components|Installing additional components]]
}}

FreeCAD can be installed on macOS from a .dmg package which you can drag and drop into your Applications folder, see the [[Download|Download]] page.

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.

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

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

and to use the latest version available on HomeBrew you may run

{{Code|code=
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].

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>
=== Jednoduchá instalace ===
=== Jednoduchá instalace ===
FreeCAD installer je poskytován jako balíček Installer (.mpkg) v souboru image disku.
FreeCAD installer je poskytován jako balíček Installer (.mpkg) v souboru image disku.


The FreeCAD installer is provided as a app package (.app) enclosed in a disk image file.
Poslední verzi instaleru můžete sýéhnout ze stránky [[Download]]. Po stažení souboru pouze namountujte disk image a potom spusťte balíček '''Install FreeCAD'''.

Poslední verzi instaleru můžete stáhnout ze stránky [[Download]]. Po stažení souboru pouze namountujte disk image a potom spusťte balíček '''Install FreeCAD'''.


[[File:mac_installer_1.png]]
[[File:mac_installer_1.png]]


<div class="mw-translate-fuzzy">
Instaler Vám ukáže obrazovku '''Customize Installation''', se seznamem balíčků, které budou nainstalovány. Pokud víte, že některé z balíčků už máte, můžete tyto balíčky v seznamu odkliknout. Nejste-li si jisti, nechte je všechny zakliknuté.
Instaler Vám ukáže obrazovku '''Customize Installation''', se seznamem balíčků, které budou nainstalovány. Pokud víte, že některé z balíčků už máte, můžete tyto balíčky v seznamu odkliknout. Nejste-li si jisti, nechte je všechny zakliknuté.
</div>


<span id="Uninstallation"></span>
[[File:mac_installer_2.png]]

=== Odinstalace ===
=== Odinstalace ===


V současné době není k dispozici odinstalační program pro FreeCAD, Pro kompletní odstranění FreeCADu a všech jeho nainstalovaných komponent, přetáhněte myší následující soubory a složky do Koše:
V současné době není k dispozici odinstalační program pro FreeCAD, Pro kompletní odstranění FreeCADu a všech jeho nainstalovaných komponent, přetáhněte myší následující soubory a složky do Koše:


<div class="mw-translate-fuzzy">
*In /Applications:
*Ve složce /Applications:
**FreeCAD
**FreeCAD
</div>


<div class="mw-translate-fuzzy">
*in /Library/Frameworks/
A je to. V konečné verzi bude FreeCAD dostupný jako balík obsahující aplikaci se vším potřebným a všechny tyto komplikace zmizí.
**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/cs|[[Install on Unix/cs|Instalace na Unix]]|[[Getting started/cs|Začínáme]]}}
</div>


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

Latest revision as of 08:14, 17 August 2023

FreeCAD can be installed on macOS from a .dmg package which you can drag and drop into your Applications folder, see the Download page.

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.

Jednoduchá instalace

FreeCAD installer je poskytován jako balíček Installer (.mpkg) v souboru image disku.

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

Poslední verzi instaleru můžete stáhnout ze stránky Download. Po stažení souboru pouze namountujte disk image a potom spusťte balíček Install FreeCAD.

Instaler Vám ukáže obrazovku Customize Installation, se seznamem balíčků, které budou nainstalovány. Pokud víte, že některé z balíčků už máte, můžete tyto balíčky v seznamu odkliknout. Nejste-li si jisti, nechte je všechny zakliknuté.

Odinstalace

V současné době není k dispozici odinstalační program pro FreeCAD, Pro kompletní odstranění FreeCADu a všech jeho nainstalovaných komponent, přetáhněte myší následující soubory a složky do Koše:

  • Ve složce /Applications:
    • FreeCAD

A je to. V konečné verzi bude FreeCAD dostupný jako balík obsahující aplikaci se vším potřebným a všechny tyto komplikace zmizí.