문제

I am trying to use OpenCV within Xcode. I was following this thread but OpenCV's dylib are in /usr/local/lib and not in /opt/local/lib is there a way to see the first path within Xcode? Should I change the install path of OpenCV? I don't know if there's a difference between /usr/local and /opt/local

도움이 되었습니까?

해결책

That link assumes that /opt/local/ is the install path of the OpenCV libraries. You should be able to simply replace /opt/local/ in the tutorial with /usr/local/.

And yes, the two paths are different locations.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top