-
-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling on ARM #397
Comments
Hello. Why not just run it from source? Compiled version on ARM is not provided nor supported at this time. |
You can see some work other users have put in to get it working on Raspberry Pi here #221 |
is it realistic to make it for android? |
@grain12 Any platform that can run Python and has a display should do. Android fits that definition, but I'm not sure how tkinter would work on Android - my best guess is that all you'd get is a "it's not supported" message. Otherwise, you should already be able to run it there. As far as any official support for it goes, the answer is "probably no", as this project uses the unofficial "raw" Twitch API, that constantly changes and thus constantly breaks, making this project pretty "volatile". If it'd ever become too much for me to maintain, for example if Twitch decides to do some very drastic changes, I'd probably just declare it dead. That almost happened recently, with the drops system redesign Twitch recently did (see #301), but the changes seemed to be simple enough to work around for the time being, with proper fix and redesign coming in the future (hopefully, see #220 and #234). |
I am trying to compile the project from source on a Raspberry with ARM architecture, but I can't seem to succeed it. How could I do this?
The text was updated successfully, but these errors were encountered: