OpenCV homebre install create extra folder which is not present in the original build #3034
Unanswered
ksajan
asked this question in
Writing Formulae/Casks
Replies: 1 comment
-
I think that is expected as there is some upstream documentation that mentions the structure like https://github.com/opencv/opencv/blob/4.x/doc/tutorials/introduction/linux_install/linux_install.markdown#install
And it is how most Linux distros also package it like:
The corresponding CMake and pkg-config files should include this information for builds that use these tools. I see that GoCV mentions it uses |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to install OpenCV for running it in golang. But it appears to me that when I install OpenCV through brew it creates an extra folder called
opencv4
inside theinclude
folder. I have checked with the original source code builds it's not the case there if I build from source or directly download the release. I have installed the latest 4.5.5 version of OpenCV.This makes many of the GOCV libraries in go to not run at all. Can you please let me know If this is only for my case or others can also see this happening? I am using MacBook with macOS Monterey 12.2.1.
Beta Was this translation helpful? Give feedback.
All reactions