Skip to content

Instantly share code, notes, and snippets.

@mactkg
Created October 7, 2015 03:22
Show Gist options
  • Save mactkg/8f242e178ab7b5382cff to your computer and use it in GitHub Desktop.
Save mactkg/8f242e178ab7b5382cff to your computer and use it in GitHub Desktop.

Xcode(すでに入ってる人は飛ばす)

Homebrew(すでに入ってる人は飛ばす)

  • http://brew.sh/index_ja.html
  • ライブラリをインストールしたり管理するツール。MacPortsとかと同じ
  • ターミナルを開く
  • ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" をペーストして実行(Enter)

OpenCV

  • OpenCVをインストールする
  • OpenCVなどの学術系ライブラリはHomebrewにデフォルトで入っていない
  • brew tap homebrew/science
  • これで準備完了、インストールする
  • brew install opencv3 --with-ffmpeg --with-jasper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment