-
Notifications
You must be signed in to change notification settings - Fork 6
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
Comments
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. |
Got it thanks!
…On Mon, Jun 5, 2023 at 11:29 AM Brady Boettcher ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub
<#59 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADK6KIYC7OYCGLYTM5L7FLDXJX3PLANCNFSM6AAAAAAY23PCFA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
You could build for arm using QEMU. |
You don't have to build natively, but you can just cross-compile for other architectures. |
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?
The text was updated successfully, but these errors were encountered: