-1

I want to install OpenCV 2.4.9 on Mac OS 10.5.8 with Intel Core Duo processor(32 bit) and only for C++(no Python required). Please help. I want the latest version of OpenCV because I want to use traincascade function provided in OpenCV which seems to have been upgraded in the latest version of OpenCV.

jb.
  • 23,300
  • 18
  • 98
  • 136

1 Answers1

1

I think easiest way is using homebrew. It is a package manager for OS X. You can install it from here.

After installing brew, you can easily install OpenCV just by running following command from console:

brew install opencv

EDIT

Requirements for homebrew

guneykayim
  • 5,210
  • 2
  • 29
  • 61