Installing on Mac/it: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>
<div class="mw-translate-fuzzy">
{{docnav/it|[[Install on Unix/it|Installare in Unix/Linux]]|[[Getting started/it|Per iniziare]]}}
{{docnav/it|[[Install on Unix/it|Installare in Unix/Linux]]|[[Getting started/it|Per iniziare]]}}
</div>


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 9: Line 11:


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

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

and to upgrade the software to the latest version available on HomBrew Cask you may run
and to upgrade the software to the latest version available on HomBrew Cask you may run

{{Code|code=
{{Code|code=
brew cask upgrade freecad
brew cask upgrade 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 formula you may report [https://github.com/FreeCAD/homebrew-freecad here].


Line 26: Line 32:
L'installatore di FreeCAD viene fornito come pacchetto di installazione (.app) incluso in un file di immagine disco.
L'installatore di FreeCAD viene fornito come pacchetto di installazione (.app) incluso in un file di immagine disco.


<div class="mw-translate-fuzzy">
È possibile scaricare l'ultima versione dell'installatore dalla pagina [[Download/it|Download]]. Dopo aver scaricato il file, basta montare l'immagine, poi trascinarla nella cartella Applicazioni o in una cartella a scelta..
È possibile scaricare l'ultima versione dell'installatore dalla pagina [[Download/it|Download]]. Dopo aver scaricato il file, basta montare l'immagine, poi trascinarla nella cartella Applicazioni o in una cartella a scelta..
</div>


[[File:mac_installer_1.png]]
[[File:mac_installer_1.png]]
Line 43: Line 51:
Tutto qui.
Tutto qui.


<div class="mw-translate-fuzzy">
{{docnav/it|[[Install on Unix/it|Installare in Unix/Linux]]|[[Getting started/it|Per iniziare]]}}
{{docnav/it|[[Install on Unix/it|Installare in Unix/Linux]]|[[Getting started/it|Per iniziare]]}}
</div>


[[Category:User Documentation/it]]
[[Category:User Documentation/it]]

Revision as of 09:22, 18 October 2019

FreeCAD può essere installato su Mac OS X in una unica operazione usando l'installer seguente.

Template:DownloadMacStable

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

brew cask install freecad

and to upgrade the software to the latest version available on HomBrew Cask you may run

brew cask upgrade freecad

If there are any issues with the HomeBrew Cask formula you may report here.

Questa pagina descrive l'uso e le caratteristiche del programma di installazione di FreeCAD. Essa comprende anche le istruzioni di disinstallazione.

Terminata l'installazione, è possibile iniziare!

Installazione semplice

L'installatore di FreeCAD viene fornito come pacchetto di installazione (.app) incluso in un file di immagine disco.

È possibile scaricare l'ultima versione dell'installatore dalla pagina Download. Dopo aver scaricato il file, basta montare l'immagine, poi trascinarla nella cartella Applicazioni o in una cartella a scelta..

Questo è tutto. Basta cliccare sulla app per lanciare FreeCAD. Se si riceve il messaggio "FreeCAD non può essere aperto in quanto proviene da uno sviluppatore non identificato", aprire la cartella (Applicazione) e fare clic destro sulla App quindi fare clic su apri e accettare di aprire l'applicazione.


Disinstallazione

Attualmente non c'è un programma di disinstallazione per FreeCAD. Per rimuovere completamente FreeCAD e tutti i componenti installati, trascinare i seguenti file e cartelle nel cestino:

  • In /Applications:
    • FreeCAD

Tutto qui.