Installing on Mac/ja: Difference between revisions

From FreeCAD Documentation
(Created page with "インストーラーを使って1ステップでFreeCADをMac OS Xにインストールすることができます。<br>")
(Updating to match new version of source page)
(14 intermediate revisions by one other user not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{docnav|Install on Unix|Getting started}}

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


Line 17: Line 19:


[[File:mac_installer_2.png]]
[[File:mac_installer_2.png]]



=== アンインストール ===
=== アンインストール ===
Line 25: Line 28:
**FreeCAD
**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は最終的には自己完結型のアプリケーションバンドルとして利用できるようになる予定です。そうなればこれらの煩わしい作業も全てなくなるでしょう。


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


<div class="mw-translate-fuzzy">
{{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]]
[[Category:Administration]]
</div>


[[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]]
[[Category:Administration]]

Revision as of 12:48, 12 April 2019

Install on Unix
Getting started

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

Template:DownloadMacStable

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

簡単なインストール

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

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

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


アンインストール

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

  • /Applications内:
    • FreeCAD

これで終わりです。

Template:Docnav/jp