You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have been trying to figure out how to run this on a Raspberry. We have a Kodi media center, and it would be great to use that to run this app on the screen. I have tried to run it on Raspbian, but no success. Could you compile a .deb package or provide instructions on how to compile this on the Raspbian OS (should be the same as Ubuntu I would assume). The provided linux file doesn't work. Which linux is it made for?
thanks
The text was updated successfully, but these errors were encountered:
The app is packaged for Linux with x86 (Intel/AMD) processors. The raspberry uses an ARM processor (like most phones, but without Android / iOS as runtime). So the precompiled binary will not work.
You should be able to compile it on your own though. Just follow to official flutter docs for compiling under Linux or for compiling for the web (this would allow you to open it in any browser).
Hello,
I have been trying to figure out how to run this on a Raspberry. We have a Kodi media center, and it would be great to use that to run this app on the screen. I have tried to run it on Raspbian, but no success. Could you compile a .deb package or provide instructions on how to compile this on the Raspbian OS (should be the same as Ubuntu I would assume). The provided linux file doesn't work. Which linux is it made for?
thanks
The text was updated successfully, but these errors were encountered: