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
I'm having trouble compiling with sh build-opencv-linux.sh on a raspberry pi 4 running bookworm 64-bit. So I'm cross compiling with bash build-opencv-linux-aarch64-cross-compile.sh --build-only
@zachatttack I've updated the script to prepare the output files better when --build-only is passed. See the README for more information.
You can copy the directories in <path-to-script>/opencv/build_opencv/install to your target. You can place them anywhere. If for example you'd want to install them system-wide then you can do as follows:
I'm having trouble compiling with
sh build-opencv-linux.sh
on a raspberry pi 4 running bookworm 64-bit. So I'm cross compiling withbash build-opencv-linux-aarch64-cross-compile.sh --build-only
I've added the following lines to the bash script
The build completes and I see a
bin
andlib
directory inopencv/build_opencv
.But is unclear to me how to now install my build to my target.
Instructions found here https://docs.opencv.org/4.x/d3/dd9/tutorial_crosscompile_with_multiarch.html led me to think there will be an
install
folder that I transfer to my raspberry pi, but the script doesn't seem to generate that .The text was updated successfully, but these errors were encountered: