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
In the build_information.txt there is install path /usr/local but all .deb packages install libraries to /usr path. This leads to the wrong configuration in CMake using pkg-config. I had to manually fix the issue in my scripts using this command: sed -i 's/prefix=\/usr\/local/prefix=\/usr/' /usr/lib/pkgconfig/opencv4.pc
I suggest editing the build configuration to /usr and reupload packages
Anyway, these deb packages helped me a lot in my RPI project!
The text was updated successfully, but these errors were encountered:
In the build_information.txt there is install path
/usr/local
but all .deb packages install libraries to/usr
path. This leads to the wrong configuration in CMake using pkg-config. I had to manually fix the issue in my scripts using this command:sed -i 's/prefix=\/usr\/local/prefix=\/usr/' /usr/lib/pkgconfig/opencv4.pc
I suggest editing the build configuration to /usr and reupload packages
Anyway, these deb packages helped me a lot in my RPI project!
The text was updated successfully, but these errors were encountered: