opencv 3.0
Install¶
macOS¶
原文:http://blog.csdn.net/gubenpeiyuan/article/details/50597004
This formula is keg-only, which means it was not symlinked into /usr/local. opencv3 and opencv install many of the same files. Generally there are no consequences of this for you. If you build your own software and it requires this formula, you'll need to add to your build variables: LDFLAGS: -L/usr/local/opt/opencv3/lib CPPFLAGS: -I/usr/local/opt/opencv3/include PKG_CONFIG_PATH: /usr/local/opt/opencv3/lib/pkgconfig If you need Python to find bindings for this keg-only formula, run: echo /usr/local/opt/opencv3/lib/python2.7/site-packages >> /usr/local/lib/python2.7/site-packages/opencv3.pth ==> Summary