Installing on Mac/ro: 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:
FreeCAD poate fi instalat in Mac OS X intr-un singur pas folosind programul de instalare.
FreeCAD can be installed on Mac OS X in one step using the Installer.
{{DownloadMacStable}}
Aceasta pagina descrie modul de folosire si caracteristicile programului de instalare, precum si instructiuni pentru dezinstalare. Odata instalat, e timpul pentru [[Getting started/ro |primii pasi]]!


{{DownloadMacStable}}
{{DownloadMacStable}}
Line 8: Line 6:
Once installed, you can [[Getting started |get started]]!
Once installed, you can [[Getting started |get started]]!


=== Instalarea simpla ===
=== Simple Installation ===
The FreeCAD installer is provided as a app package (.app) enclosed in a disk image file.
FreeCAD furnizeaza pachetul de instalare (fisierul .mpkg) incorporat intr-un fisier-clona de disc.


You can download the latest installer from the [[Download]] page. After downloading the file, just mount the disk image, then drag it to the Application folder or a folder of your choice.
Cea mai recenta versiune se poate descarca din pagina de [[Download/ro|Descarcari]]. Odata descarcat fisierul acesta trebuie montat apoi rulati pachetul '''Install FreeCAD'''.


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


That's it.Just click on the app to launch FreeCAD. If you have this message "FreeCAD can't be open as it is from unidentified developer. " Open the folder (Application) and right click on the app then click open and accept to open the application.
Programul de instalare va va prezenta o fereastra numita '''Customize Installation''' ce listeaza componentele ce vor fi instalate. Daca stiti ca aveti instalate unele pachete le puteti deselecta folosind casutele de selectie. Daca nu sunteti sigur lasati-le bifate.


[[File:mac_installer_2.png]]


=== Dezinstalarea ===
=== Dezinstalarea ===
Line 26: Line 23:
**FreeCAD
**FreeCAD


That's it.
*in /Library/Frameworks/
**SoQt.framework
**Inventor.framework

Apoi, de la linia de comanda, executati:
{{Code|code=
sudo /Developer/Tools/uninstall-qt.py
sudo rm -R /usr/local/lib/OCC
sudo rm -R /usr/local/include/OCC
}}
Asta-i tot. In cele din urma FreeCAD va fi disponibil ca si pachet complet pentru Mac si acest inconvenient va disparea.


{{docnav/ro|Install on Unix/ro|Getting started/ro}}
{{docnav/ro|Install on Unix/ro|Getting started/ro}}


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

Revision as of 09:44, 1 April 2017

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 app package (.app) 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 drag it to the Application folder or a folder of your choice.

That's it.Just click on the app to launch FreeCAD. If you have this message "FreeCAD can't be open as it is from unidentified developer. " Open the folder (Application) and right click on the app then click open and accept to open the application.


Dezinstalarea

Nu exista un program de dezinstalare pentru FreeCAD inca. Pentru a inlatura complet programul si toate componentele instalate trageti urmatoarele fisiere si directoare in Gunoi:

  • In /Applications:
    • FreeCAD

That's it.

Install on Unix/ro
Getting started/ro