Installing on Mac/it: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
Line 1: Line 1:
FreeCAD can be installed on Mac OS X in one step using the Installer. <br>
== Installare su Mac ==

FreeCAD può essere installato su Mac OS X in una unica operazione usando l'installer seguente.
<br>
{{DownloadMacStable}}<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]]!


=== Simple Installation ===
Questa pagina descrive l'uso e le caratteristiche del programma di installazione di FreeCAD. Essa comprende anche le istruzioni di disinstallazione.
The FreeCAD installer is provided as a Installer package (.mpkg) 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 run the '''Install FreeCAD''' package.
Terminata l'installazione, è possibile [[Getting started/it|iniziare]]!

=== Installazione semplice ===

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

È possibile scaricare l'ultima versione dell'installatore dalla pagina [[Download/it|Download]]. Dopo aver scaricato il file, basta montare l'immagine del disco, quindi eseguire il pacchetto '''Install FreeCAD'''.


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


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.
Il programma di installazione si presenta con la schermata '''Personalizza l'installazione''' che elenca i pacchetti che verranno installati. E' possibile deselezionare i pacchetti eventualmente già installati utilizzando le caselle di controllo. Se non si è sicuri, lasciare selezionati tutti gli elementi.


[[File:mac_installer_2.png]]
[[File:mac_installer_2.png]]


=== Disinstallazione===
=== Uninstallation ===


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:
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:
*In /Applications:
**FreeCAD
**FreeCAD


*In /Library/Frameworks/
*in /Library/Frameworks/
**SoQt.framework
**SoQt.framework
**Inventor.framework
**Inventor.framework


Then, from the terminal, run:
Quindi, dal terminale, eseguire:

sudo /Developer/Tools/uninstall-qt.py
sudo /Developer/Tools/uninstall-qt.py
sudo rm -R /usr/local/lib/OCC
sudo rm -R /usr/local/lib/OCC
sudo rm -R /usr/local/include/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.


{{docnav|Install on Unix|Getting started}}
Tutto qui.

Presto, FreeCAD sarà disponibile come un pacchetto di applicazioni auto contenuto in modo da evitare tutte queste fastidiose operazioni.

{{docnav/it|[[Install on Unix/it|Installare in Unix/Linux]]|[[Getting started/it|Per iniziare]]}}

{{Languages/it | {{en|Install on Mac}} {{cn|Install on Mac/cn}} {{de|Install on Mac/de}} {{es|Install on Mac/es}} {{fr|Install on Mac/fr}} {{pl|Install on Mac/pl}} {{ru|Install on Mac/ru}} {{se|Install on Mac/se}} }}


[[Category:User Documentation/it]]
[[Category:User Documentation]]
<languages/>

Revision as of 21:57, 29 November 2013

FreeCAD can be installed on Mac OS X in one step using the Installer.
Template:DownloadMacStable
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 Installer package (.mpkg) 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 run the Install FreeCAD package.

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.

Uninstallation

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:

  • In /Applications:
    • FreeCAD
  • in /Library/Frameworks/
    • SoQt.framework
    • 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.

Install on Unix
Getting started