Please say to me what steps i should follow for installing 2.4.2 correctly in Mac
I downloaded 2.4.2 from hereand I have cmake 2.8.8, then i made the following steps (from opencv-2.4.2 dirictory):
1- sudo cmake -G "Unix Makefiles" .
2- sudo make -j8
3- sudo make install
RESULTING IN : install path = usr/local
Then I followed the steps here to link opencv2.4.2 to XCode project
However of all of that, the project can't work unless I add the library opencv2.framework which I downloaded from opencv.org
Please any help ?!