Installing on Mac/ja: 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/>
{{docnav
{{docnav|Install on Unix|Getting started}}
|[[Install on Unix|Install on Unix]]
|[[Getting started|Getting started]]
}}


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


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 24: Line 31:
FreeCADインストーラーはディスクイメージファイルに収められたインストールパッケージ(.mpkg)として提供されています。
FreeCADインストーラーはディスクイメージファイルに収められたインストールパッケージ(.mpkg)として提供されています。


<div class="mw-translate-fuzzy">
最新のインストーラーは[[Download|ダウンロードページ]]からダウンロードすることができます。ファイルをダウンロードしたらディスクイメージをマウントして'''Install FreeCAD'''パッケージを実行してください。
最新のインストーラーは[[Download|ダウンロードページ]]からダウンロードすることができます。ファイルをダウンロードしたらディスクイメージをマウントして'''Install FreeCAD'''パッケージを実行してください。
</div>


[[File:mac_installer_1.png]]
[[File:mac_installer_1.png]]
Line 42: Line 51:
これで終わりです。
これで終わりです。


<div class="mw-translate-fuzzy">
{{docnav/jp|Install on Unix/jp|Getting started/jp}}
{{docnav/jp|Install on Unix/jp|Getting started/jp}}
</div>


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

Revision as of 09:22, 18 October 2019

インストーラーを使って1ステップでFreeCADをMac OS Xにインストールすることができます。

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.

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

簡単なインストール

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

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

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


アンインストール

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

  • /Applications内:
    • FreeCAD

これで終わりです。