hobbyquaker / homematic-manager

Homematic Device Configuration and Administration
GNU General Public License v3.0
188 stars 27 forks source link

arm build (raspian et al.) #115

Open corbolais opened 5 years ago

corbolais commented 5 years ago

Hi, Thanks for providing homematic-manager. I noticed the builds are amd64-only. Could you provide source and/or builds for armhf architecture? It would be highly appreciated. cheers

hobbyquaker commented 4 years ago

It's not really practically possible to crosscompile this project (cause of node-gyp limitations), so I can't build that on a CI Service like Travis or Appveyor, they only have x86 arch available. Doing it in an emulated env via qemu is also not really practically doable on travis. Until know I'm not aware of any service that offers travis/appveyor-like functionality free of charge and supports arm arches.

So for now: you have to build it yourself on the target arch. Basically that means:

corbolais commented 4 years ago

Fair enough! Thank you. Won't do it right now, though (time-constraints). cheers