-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing opencv.pc #23
Comments
Did you install OpenCV using the .deb file that buildAndPackageOpenCV.sh created? |
First I installed it using |
Did you install the -dev deb file? |
yes |
Everything looked like it installed correctly, but the |
nvm I found it. Not sure how I didn't see it earlier |
good to hear |
sorry, I just ran |
|
BTW I did change a few lines of the cmake command in the build files and the opencv version.
|
I changed the opencv version to |
* |
You are missing -D OPENCV_GENERATE_PKGCONFIG=ON |
After I build opencv the files are all there, but there is no
opencv.pc
file so I can't usepkg-config
to find the libraries. I tried building it using thebuildOpenCV.sh
and installing the package created inbuildAndPackageOpenCV.sh
, but in both there is noopencv.pc
file. I've look everywhere on my jetson, but the file isn't there.The text was updated successfully, but these errors were encountered: