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)
(34 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
FreeCAD can be installed on Mac OS X in one step using the Installer. <br>
{{Docnav
{{DownloadMacStable}}<br>
|[[Install on Linux|Install on Linux]]
This page describes the usage and features of the FreeCAD installer. It also includes uninstallation instructions.
Once installed, you can [[Getting started |get started]]!
|[[Getting started|Getting started]]
}}


<div class="mw-translate-fuzzy">
=== Simple Installation ===
FreeCAD poate fi instalat in Mac OS X intr-un singur pas folosind programul de instalare.
The FreeCAD installer is provided as a Installer package (.mpkg) enclosed in a disk image file.
</div>


{{DownloadMacStable}}
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.


and the nightly build can be downloaded from
[[File:mac_installer_1.png]]


[[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>
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.


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
[[File:mac_installer_2.png]]


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


and to upgrade the software to the latest version available on HomBrew Cask you may run
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:

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

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

Această pagină descrie utilizarea și caracteristicile instalatorului FreeCAD. De asemenea, include instrucțiuni de dezinstalare.
După ce ați instalat, puteți [[Getting started |get started]]!

<div class="mw-translate-fuzzy">
=== Instalarea simpla ===
Programul de instalare FreeCAD este furnizat ca pachet app (.app) inclus în fișierul imagine
a disk ului.
</div>

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

<div class="mw-translate-fuzzy">
Cea mai recenta versiune se poate descarca din pagina de [[Download]]. Odata descarcat fisierul imagine al disk ului, apoi glisați-l în Application folder sau orice alt folder doriți
</div>

[[File:mac_installer_1.png]]

Et voila! Faceți doar click pe app pentru a lansa FreeCAD. Dacă întâlniți acest mesaj "FreeCAD can't be open as it is from unidentified developer. " Deschideți folderul (Application) și click dreapta pe app apoi click deschideți și acceptați deschiderea applicației.

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

Încă nu există un program de dezinstalare pentru FreeCAD. Pentru a înlătura complet programul și toate componentele instalate trageți următoarele fișiere și directoare în coșul de Gunoi:


*In /Applications:
*In /Applications:
**FreeCAD
**FreeCAD


Asta-i tot.
*in /Library/Frameworks/
**SoQt.framework
**Inventor.framework


<div class="mw-translate-fuzzy">
Then, from the terminal, run:
{{docnav/ro|Install on Unix/ro|Getting started/ro}}
sudo /Developer/Tools/uninstall-qt.py
</div>
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.


{{Userdocnavi{{#translation:}}}}
{{docnav|Install on Unix|Getting started}}

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

Revision as of 16:13, 4 June 2020

FreeCAD poate fi instalat in Mac OS X intr-un singur pas folosind programul de instalare.

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 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.

Această pagină descrie utilizarea și caracteristicile instalatorului FreeCAD. De asemenea, include instrucțiuni de dezinstalare. După ce ați instalat, puteți get started!

Instalarea simpla

Programul de instalare FreeCAD este furnizat ca pachet app (.app) inclus în fișierul imagine

a disk ului.

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

Cea mai recenta versiune se poate descarca din pagina de Download. Odata descarcat fisierul imagine al disk ului, apoi glisați-l în Application folder sau orice alt folder doriți

Et voila! Faceți doar click pe app pentru a lansa FreeCAD. Dacă întâlniți acest mesaj "FreeCAD can't be open as it is from unidentified developer. " Deschideți folderul (Application) și click dreapta pe app apoi click deschideți și acceptați deschiderea applicației.

Dezinstalarea

Încă nu există un program de dezinstalare pentru FreeCAD. Pentru a înlătura complet programul și toate componentele instalate trageți următoarele fișiere și directoare în coșul de Gunoi:

  • In /Applications:
    • FreeCAD

Asta-i tot.

Install on Unix/ro
Getting started/ro