Skip to content
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

Open
Alixey opened this issue Dec 14, 2023 · 4 comments
Open

Compiling on ARM #397

Alixey opened this issue Dec 14, 2023 · 4 comments
Labels
Help / Issue General or specific issues that just require some additional assistance to solve

Comments

@Alixey
Copy link

Alixey commented Dec 14, 2023

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?

@DevilXD DevilXD added the Help / Issue General or specific issues that just require some additional assistance to solve label Dec 14, 2023
@DevilXD
Copy link
Owner

DevilXD commented Dec 14, 2023

Hello.

Why not just run it from source? Compiled version on ARM is not provided nor supported at this time.

@bmbeverst
Copy link

You can see some work other users have put in to get it working on Raspberry Pi here #221

@grain12
Copy link

grain12 commented Dec 16, 2023

is it realistic to make it for android?

@DevilXD
Copy link
Owner

DevilXD commented Dec 16, 2023

@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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help / Issue General or specific issues that just require some additional assistance to solve
Projects
None yet
Development

No branches or pull requests

4 participants