ダウンロード元
http://sourceforge.net/projects/mingw/files/MinGW/Base/gcc/Version4/
実質ダウンロード元
http://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst/
gcc, g++, MSYSを選択してインストール
msys shell上より
$ git clone git://github.com/ruby-opencv/ruby-opencv.git # またはGitHubからzipファイルをダウンロードして展開
$ cd ruby-opencv$ ruby extconf.rb –with-opencv-include=C:pathtoopencvdirbuildinclude –with-opencv-lib=C:pathtoopencvdirbuildx86vc10lib
# 自分用のは編集にて確認$ make
$ make install
※msys shell上でのコピペは青バー上で右クリックすること。
Pathに追加
C:MinGWbin
opencvのbinf
コメント