Skip to content

Instantly share code, notes, and snippets.

@tmiz
Created April 26, 2011 03:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tmiz/941738 to your computer and use it in GitHub Desktop.
Save tmiz/941738 to your computer and use it in GitHub Desktop.
An easy way to build OpenCV.framework(i386/x86_64, 10.6 or later) for Mac OS X
svn co https://opencvlibrary.svn.sourceforge.net/svnroot/opencvlibrary/trunk/opencv opencv
cd opencv
curl -O http://tg.tmiz.net/test/opencv_mac_framework_i386_x86_64_only.patch
patch -p0 < opencv_mac_framework_i386_x86_64_only.patch
sh make_frameworks.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment