Is it possible to produce a desktop .deb package f...
# compose-desktop
m
Is it possible to produce a desktop .deb package for ARM cpus (raspberrypi)?
j
Not out of the box (yet), but I think the only thing that would be stopping you is the need to compile skia/skiko for that platform. Might be a fun/tractable thing for you to contribute if you have interest in this space.
m
I would love to, not sure I have enough experience in that area to contribute though. Thanks for the quick response 👍
Until then Android Things will have to do 🙂
i
Glancing at this, it looks more complicated than just fixing skiko as the skia binaries are only being built for x64 linux so that would need to be fixed first unless I'm mistaken which is very possible. referencing the releases available in skia-build: https://github.com/JetBrains/skia-build/releases
I tried following the skia guide for arm cross compilation to update the skia-build but getting errors for missing features.h. I probably missed something obvious or the fact that those are chromebook specific instructions are causing problems. I'm out of my depth on cross compilations so I'll leave it to someone that actually know what they're doing. skia cross compilation ref: https://skia.org/user/build