-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Provide qt-build images for raspberry pi #11
Comments
I thought about providing arm images several times but simply have had no time so far to dig into it. It should be not that hard because I also build several arm toolchain crosscompiled qt images at work. Unfortunately, I do not expect to get this done quickly because of the lack of spare time. However I would appreciate help with that. |
Hi darkmattercoder What kind of help you need? I am willing to try if you are able to provide guidance/instructions. |
Well, since the images should be portable, I think the way to go is to target cross compilation. This typically involves installing the appropriate toolchain and configure everything accordingly. I can't give exact instructions, but I would try those or similar steps:
--> probably a lot of files in the repo will change during the process, so probably we should consider using a dedicated arm/raspi branch for this (?) |
Hi darkmattercoder
I came across qt-build and would like to use it for raspberry pi (armf)
Have you build qt-build docker for raspberry?
James
The text was updated successfully, but these errors were encountered: