Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to Install OpenCV2.0 in Mac OS 10.6.1 (Snow Leopard)
    text
    copied!<p>I am not a Unix guy, so I have been trying to install openCV 2.0 for days with out success. I just downloaded the opencv library form sourceforge from this page: <a href="http://sourceforge.net/projects/opencvlibrary/" rel="nofollow noreferrer">http://sourceforge.net/projects/opencvlibrary/</a> Does any one know the exact unix terminal commands for installing it?</p> <p>please don't say "go to google", I already did. I found this: <a href="http://opencv.willowgarage.com/wiki/InstallGuide" rel="nofollow noreferrer">http://opencv.willowgarage.com/wiki/InstallGuide</a> and this <a href="http://opencv.willowgarage.com/wiki/Mac_OS_X_OpenCV_Port" rel="nofollow noreferrer">http://opencv.willowgarage.com/wiki/Mac_OS_X_OpenCV_Port</a> but the explanations are not very good for unix beginners.</p> <p>installations always fails in the end.</p> <p>It would be great if I can make a framework. for example OpenCV.framework from the current source, So I can use it with Xcode, and Cocoa easier.</p> <p>thanks</p> <p>I did:</p> <p>downloaded it. extracted it.</p> <pre><code>cd Downloads/OpenCV-2.0.0 ./make_frameworks.sh </code></pre> <p>and got this when linking all the .o files.</p> <pre><code>mv -f .deps/saving.Tpo .deps/saving.Plo mv -f .deps/logger.Tpo .deps/logger.Plo mv -f .deps/index_testing.Tpo .deps/index_testing.Plo libtool: link: (cd .libs/lib_clapack.lax/lib_clapack_floatstore.a &amp;&amp; ar x "/Users/nacho4d/Downloads/OpenCV-2.0.0 3/build_i386/3rdparty/./.libs/lib_clapack_floatstore.a") ../libtool: line 961: cd: .libs/lib_clapack.lax/lib_clapack_floatstore.a: No such file or directory make[2]: *** [lib_clapack.la] Error 1 make[2]: *** Waiting for unfinished jobs.... mv -f .deps/flann.Tpo .deps/flann.Plo make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Creating universal Framework ============================================= cp: build_ppc/OpenCV.framework: No such file or directory lipo: can't open input file: build_ppc/OpenCV.framework/OpenCV (No such file or directory) Done </code></pre> <p>!</p> <p>Do I need to do something before running the shell script?</p> <p><strong>EDIT</strong>: For the interested, I wrote a post on how to install and use OpenCV 2.1.1 on Macs here: <a href="http://nacho4d-nacho4d.blogspot.com/2010/07/blog-post.html" rel="nofollow noreferrer">http://nacho4d-nacho4d.blogspot.com/2010/07/blog-post.html</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload