Skip to content

Commit

Permalink
Merge pull request opencv#24629 from Kumataro:add_crosscompile_with_m…
Browse files Browse the repository at this point in the history
…ultiarch

doc: add crosscompile_with_multiarch opencv#24629

Add cross compile tutorial for ubuntu/debian.
( I'm sorry to my poor English. )

Fix opencv#24628

### Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [ ] The feature is well documented and sample code can be built with the project CMake
  • Loading branch information
Kumataro authored and thewoz committed May 29, 2024
1 parent 5de1fa8 commit 835840c
Show file tree
Hide file tree
Showing 3 changed files with 597 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Cross compilation for ARM based Linux systems {#tutorial_arm_crosscompile_with_c
=============================================

@prev_tutorial{tutorial_macos_install}
@next_tutorial{tutorial_building_tegra_cuda}
@next_tutorial{tutorial_crosscompile_with_multiarch}

| | |
| -: | :- |
Expand Down
Loading

0 comments on commit 835840c

Please sign in to comment.