tingbot / tide-electron

📝   Simple IDE for developing Tingbot apps
Other
22 stars 7 forks source link

Tide on Raspberry Pi #48

Closed rodrigobarnes closed 8 years ago

rodrigobarnes commented 8 years ago

hi

I would like to run Tide on a second Raspberry Pi but the current packages are compiled for amd64 not ARM. Would it be possible to get a package compiled for Pi?

Thanks

Rob4001 commented 8 years ago

Hey,

From my knowledge I don't think electron (the underlying framework we have built tide on) has a arm version.

I will have a look into it but this is unlikely to be implemented in the short term

joerick commented 8 years ago

I notice that there are ARM builds at https://github.com/electron/electron/releases, so this might be possible. Would be interested if somebody wants to give it a try!

rodrigobarnes commented 8 years ago

Thanks @joerick that's hopeful - maybe I can help with some guidance! One thing that would be important to let users know is that if they are able to run Tide on the Pi and wanted to USB power the Tingbot there would probably be power issues.

Rob4001 commented 8 years ago

This should be implemented as of b5dab3496bae4d79f6b0b31cbeb979a34978ebb4
Next time @joerick performs a new release it will be up on github