-
Notifications
You must be signed in to change notification settings - Fork 14
MacOSX
Synge Todo edited this page Jun 22, 2018
·
4 revisions
-
Mac OS X Marvericks をクリーンインストール
-
App Store から Xcode をインストール
-
Xcodeのライセンスに同意
sudo xcodebuild -license
-
Xcodeコマンドラインツールをインストール
sudo xcode-select —-install
-
MacPorts をインストール
curl -O https://distfiles.macports.org/MacPorts/MacPorts-2.3.3-10.10-Yosemite.pkg open MacPorts-2.3.3-10.10-Yosemite.pkg
-
必要な ports (GCC, OpenMPI, Python, CMake, HDF5, wget, git他)をインストール (スクリプト)
curl -L -O https://github.com/wistaria/MateriAppsInstaller/raw/master/macosx/ports.sh sudo sh ports.sh
-
追加の ports (emacs, gnuplot, wxPython他) (スクリプト)
curl -L -O https://github.com/wistaria/MateriAppsInstaller/raw/master/macosx/ports-extra.sh sudo sh ports-extra.sh