Installing on Mac/ja: Difference between revisions

From FreeCAD Documentation
(Created page with "このページではFreeCADインストーラーの使い方と機能を説明しています。またアンインストール方法も記載されています。 インス...")
 
(Created page with "{{DownloadMacStable}}<br>")
Line 2: Line 2:
FreeCAD can be installed on Mac OS X in one step using the Installer.
FreeCAD can be installed on Mac OS X in one step using the Installer.


{{DownloadMacStable}}
{{DownloadMacStable}}<br>


このページではFreeCADインストーラーの使い方と機能を説明しています。またアンインストール方法も記載されています。
このページではFreeCADインストーラーの使い方と機能を説明しています。またアンインストール方法も記載されています。

Revision as of 13:53, 18 December 2018

FreeCAD can be installed on Mac OS X in one step using the Installer.

Template:DownloadMacStable

このページではFreeCADインストーラーの使い方と機能を説明しています。またアンインストール方法も記載されています。 インストールが終わると使い始めることができます

簡単なインストール

FreeCADインストーラーはディスクイメージファイルに収められたインストールパッケージ(.mpkg)として提供されています。

最新のインストーラーはダウンロードページからダウンロードすることができます。ファイルをダウンロードしたらディスクイメージをマウントしてInstall FreeCADパッケージを実行してください。

インストールされるパッケージのリストが記載されたCustomize Installation画面をインストーラーが表示します。もし既にこれらのパッケージのどれかがインストールされている場合はチェックボックスを使ってインストール選択を外すことができます。インストールされているかどうかわからない場合は全てのアイテムにチェックをいれたままにしておいてください。

アンインストール

今のところFreeCADにはアンインストーラーがありません。FreeCADとインストールされた全てのコンポーネントを完全に取り除きたい場合は以下のファイルとフォルダをごみ箱にドラッグしてください。

  • /Applications内:
    • FreeCAD
  • /Library/Frameworks/内:
    • SoQt.framework
    • Inventor.framework

またターミナルから以下を実行してください:

sudo /Developer/Tools/uninstall-qt.py
sudo rm -R /usr/local/lib/OCC
sudo rm -R /usr/local/include/OCC

これで終わりです。FreeCADは最終的には自己完結型のアプリケーションバンドルとして利用できるようになる予定です。そうなればこれらの煩わしい作業も全てなくなるでしょう。

Template:Docnav/jp

Template:Languages/jp

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.


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

That's it.

Install on Unix
Getting started