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

How can I install the precompile flutter-pi package on Raspberry Pi? #432

Open
iosifnicolae2 opened this issue Jul 4, 2024 · 1 comment

Comments

@iosifnicolae2
Copy link

Hi there,

How can I install the precompiled binaries of flutter-pi on Raspberry pi 3 model a running Alpine Linux?

I've tried:

wget https://github.com/ardera/flutter-pi/releases/download/release%2F1.0.0/flutterpi-aarch64-linux-gnu-release.tar.xz
tar xf flutterpi-aarch64-linux-gnu-release.tar.xz
chmod +x flutter-pi
bash flutter-pi

And I've got:

flutter-pi: flutter-pi: cannot execute binary file

Any idea on how to run these binaries?

Thank you!

@ardera
Copy link
Owner

ardera commented Jul 9, 2024

These binaries are compiled on debian bullseye, and will likely not work on anything that's not debian/ubuntu based :/ So I'm afraid you still have to build it yourself for now.

Though I plan to add support for cross-compiling flutter-pi in flutterpi_tool in the future, which should help in your case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants