-
Notifications
You must be signed in to change notification settings - Fork 21
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
ARM64 releases #35
Comments
Hello, haven't used Rust much so this might be a stupid question, but is there anything that prevents this project from being compiled on a raspberry pi? |
As far as I'm aware nothing, I'm pretty sure some people have gotten it to work before. You may have issues with the browser authentication though. As you need to be able to run a browser on the same computer. |
Thanks! I did make the compilation work! I also found a solution to run a remote Firefox instance. However, my pi runs on Debian which has too old of a GLIBC version 😭 Btw, would you be interested in a little section on README about how to compile this for a pi with Linux on it? I've been keeping notes, so I can turn them into a pull request. Edit: Realized I did not create this issue. |
Sure, I didn't think it would be any different than on any other platform but if that's the case that's fine. Perhaps if the solution is not specific to MozWire, the solution belongs somewhere else and we can link to that in the README. |
It should just be a matter of adding the appropriate targets.
The text was updated successfully, but these errors were encountered: