Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active June 17, 2016 01:03
Show Gist options
  • Save kjunichi/1763601dfdcb71d16ec869ff6593ffa3 to your computer and use it in GitHub Desktop.
Save kjunichi/1763601dfdcb71d16ec869ff6593ffa3 to your computer and use it in GitHub Desktop.
2016/4/14

no libippicv.dylib

cd /usr/local/opt/opencv3/share/OpenCV/3rdparty
g++ -dynamiclib -o libippicv.dylib libippicv.a 
mv libippicv.dylib /usr/local/opt/opencv3/lib
cd /usr/local/opt/opencv3/lib
install_name_tool -id /usr/local/opt/opencv3/lib/libippicv.dlyb libippicv.dylib 
clang -o findContours_demo findContours_demo.cpp `PKG_CONFIG_PATH=/usr/local/opt/opencv3/lib/pkgconfig pkg-config opencv --libs --cflags` -lc++

関連

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment