Daily Archives: March 12, 2010

Building OpenCV 2.0 on Mac OS X 10.6

I first tried it this way: $ cd OpenCV-2.0.0 $ mkdir build $ cd build $ cmake .. $ make But it failed. I got lots of errors when trying to link highgui to the Carbon libraries. The problem is … Continue reading

Posted in English, Mac, OpenCV, Programming | 1 Comment