You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -105,9 +105,11 @@ Get OpenCV from homebrew:
105
105
If you have already installed OpenCV via Homebrew, there is no need to configure any environment variables specifically for OpenCV on macOS. The OpenCV installation can be automatically detected if it was installed through Homebrew.
106
106
107
107
To take advantage of this automatic detection, refrain from setting the following environment variables:
108
+
108
109
`OPENCV_LINK_LIBS`, `OPENCV_LINK_PATHS`, and `OPENCV_INCLUDE_PATHS`.
109
110
110
111
However, make sure you have configured the following environment variables:
112
+
111
113
`DYLD_FALLBACK_LIBRARY_PATH`, `LDFLAGS` and `LD_LIBRARY_PATH`.
112
114
113
115
If you have not made any custom changes to your installation, the following settings should work for your setup:
0 commit comments