Installing on Mac/ja: Difference between revisions

From FreeCAD Documentation
(Created page with "{{DownloadMacStable}}<br>")
(Updating to match new version of source page)
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{Docnav
FreeCAD can be installed on Mac OS X in one step using the Installer.
|[[Install on Linux|Install on Linux]]
|[[Getting started|Getting started]]
}}

<div class="mw-translate-fuzzy">
インストーラーを使って1ステップでFreeCADをMac OS Xにインストールすることができます。<br>
</div>


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

and the nightly build can be downloaded from

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

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 0.18.4 through your bash terminal with

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

and to use the latest version available (0.19pre) on HomeBrew you may run

{{Code|code=
brew install freecad
}}

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


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


<div class="mw-translate-fuzzy">
=== 簡単なインストール ===
=== 簡単なインストール ===
FreeCADインストーラーはディスクイメージファイルに収められたインストールパッケージ(.mpkg)として提供されています。
FreeCADインストーラーはディスクイメージファイルに収められたインストールパッケージ(.mpkg)として提供されています。
</div>


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

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


[[File:mac_installer_1.png]]
[[File:mac_installer_1.png]]
Line 18: Line 49:
[[File:mac_installer_2.png]]
[[File:mac_installer_2.png]]


<div class="mw-translate-fuzzy">
=== アンインストール ===
=== アンインストール ===
</div>


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


*/Applications内:
*/Applications内:
**FreeCAD
**FreeCAD


<div class="mw-translate-fuzzy">
*/Library/Frameworks/内:
これで終わりです。
**SoQt.framework
</div>
**Inventor.framework

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

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

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


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


{{Userdocnavi{{#translation:}}}}
{{Languages/jp | {{en|Install on Mac}} {{cn|Install on Mac/cn}} {{de|Install on Mac/de}} {{es|Install on Mac/es}} {{fr|Install on Mac/fr}} {{it|Install on Mac/it}} {{pl|Install on Mac/pl}} {{ru|Install on Mac/ru}} }}

[[Category:User Documentation/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.

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


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

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

[[Category:User Documentation]]
[[Category:Administration]]

Revision as of 14:24, 10 October 2020

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

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 0.18.4 through your bash terminal with

brew cask install freecad

and to use the latest version available (0.19pre) on HomeBrew you may run

brew install freecad

If there are any issues with the HomeBrew Cask or Formula you may report them to here.

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

簡単なインストール

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

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

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

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

アンインストール

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

  • /Applications内:
    • FreeCAD

これで終わりです。