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

Run standalone on Raspberry Pi? #59

Open
sdcurtin opened this issue Jun 5, 2023 · 4 comments
Open

Run standalone on Raspberry Pi? #59

sdcurtin opened this issue Jun 5, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@sdcurtin
Copy link

sdcurtin commented Jun 5, 2023

Hi the standalone started up on Ubuntu 22 just fine, but when I downloaded it to a Raspberry Pi running the latest Bullseye OS,
I got an options box asking to select an application to open "shared library" files. Does this mean I have to install Juce? Or what other application would this be?

@bboettcher3
Copy link
Member

It won't work on a RPI because it has an ARM architecture, I'd have to rebuild for that target manually since Github Actions doesn't support linux ARM as far as I know. You can try building it from source if you'd like, otherwise I'll try getting around to making an ARM build for the next release.

@sdcurtin
Copy link
Author

sdcurtin commented Jun 5, 2023 via email

@bboettcher3 bboettcher3 added the enhancement New feature or request label Jun 7, 2023
@guysoft
Copy link

guysoft commented Sep 2, 2023

You could build for arm using QEMU.
You could even write a distribution using CustomPiOS (I am the creator of that :) ).
If you have a script that installs and builds on the Pi I could perhaps point out how to make it build of ARM.

@dromer
Copy link

dromer commented Jan 20, 2024

Github Actions doesn't support linux ARM

You don't have to build natively, but you can just cross-compile for other architectures.

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

No branches or pull requests

4 participants