-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Arm docker build #14
Comments
Zig libstd has also support for using qemu runner. Not sure if that is simpler to use. |
@matu3ba |
One thing I am curious about is opencv's dependence on blas, etc. it is hard to cross-compile all those libs |
From what I know, ARM32 doesnt work due to one missing header in Zig (there is an open PR for it). Maybe I am too naive, but opencv should have a build system that supports cross-compilation of core dependencies. Though I am not entirely sure, because the wiki of opencv appears to be outdated. Can you list the dependencies, 1. which are required for cross-compilation and 2. which have no build system integration of opencv? |
@matu3ba |
No description provided.
The text was updated successfully, but these errors were encountered: