Skip to content
Synge Todo edited this page Jun 22, 2018 · 4 revisions

Mac OS X (Yosemite)のコンパイル環境設定

  1. Mac OS X Marvericks をクリーンインストール

  2. App Store から Xcode をインストール

  3. Xcodeのライセンスに同意

      sudo xcodebuild -license
    
  4. Xcodeコマンドラインツールをインストール

      sudo xcode-select —-install
    
  5. 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
    
  6. 必要な 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
    
  7. 追加の ports (emacs, gnuplot, wxPython他) (スクリプト)

      curl -L -O https://github.com/wistaria/MateriAppsInstaller/raw/master/macosx/ports-extra.sh        
      sudo sh ports-extra.sh
    
Clone this wiki locally