Replies: 2 comments 5 replies
-
You can do this, but I recommend using We have a docker image that you can use with a PI with cross, through https://github.com/slint-ui/slint/blob/master/Cross.toml If you want to test this first in our git repo: https://github.com/slint-ui/slint/blob/master/docs/building.md#cross-compiling Edit: Docker files: https://github.com/slint-ui/slint/tree/master/docker |
Beta Was this translation helpful? Give feedback.
-
I always wondered why people use such a heavyweight tool like Docker. This said, I will have a look at cross. |
Beta Was this translation helpful? Give feedback.
-
I am trying to find out if I can develop a Slint application for a Raspberry Pi on an Arch Linux machine.
I copied the Hello World project. I installed the cross-compiling toolchain for
arm-none-linux-gnueabihf
then enteredcargo b
. But the build got stopped by crate servo-fontconfig-sys complaining about pkg-config not configured for cross-compilation.and I need some help to configure pkg-config correctly.
Beta Was this translation helpful? Give feedback.
All reactions