1 | initial version |
Hi Antonio,
I have just jumped into OpenCV myself and am currently working on an ios project. I had some issues that were resolved by using the gnu compiler instead of the apple default.
An easy way to compile and install openCV on mac is with homebrew: (http://brew.sh) to install it just throw this into your terminal: ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
then when homebrew is installed run the next few one by one: brew doctor brew tap homebrew/science brew intall opencv
brew should install all dependencies for you etc...
hope that helps you.
2 | No.2 Revision |
Hi Antonio,
I have just jumped into OpenCV myself and am currently working on an ios project. I had some issues that were resolved by using the gnu compiler instead of the apple default.
An easy way to compile and install openCV on mac is with homebrew: (http://brew.sh) to install it just throw this into your terminal: ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
then when homebrew is installed run the next few one by one:
one:
brew doctor
doctor
brew tap homebrew/science
homebrew/science
brew intall opencv
brew should install all dependencies for you etc...
hope that helps you.