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

arm64 linux binaries #311

Open
monteslu opened this issue Feb 17, 2025 · 4 comments
Open

arm64 linux binaries #311

monteslu opened this issue Feb 17, 2025 · 4 comments

Comments

@monteslu
Copy link

Could arm64 linux be added to the build?
Doesn't appear to be in the releases.

@tooshel
Copy link

tooshel commented Feb 27, 2025

This would be HUGE for jsgamelauncher! I really appreciate the effort on this. I wish I understood the ARM Linux compilation challenges better to help out. Do some build scripts need to change?

@dhritzkiv
Copy link
Member

It's in the works. We rely on GitHub Actions for testing and to produce our prebuilt binaries, and GitHub only recently (mid January?) introduced public preview access to their arm64 linux images. I began work on using those images to build our releases, however I've run into some issues with the dependencies. I haven't been able to devote enough personal time to figure it out, so that's what keeping this from being implemented.

That said, you should still be able to install this library from source on arm64 linux, provided you have the necessary build tools in your environment.

@monteslu
Copy link
Author

much appreciated!

The problem with building from source is the little retro handhelds I'm running on are very stripped down versions of Linux without build tools.

Here's a little more info on it: https://www.youtube.com/watch?v=osJsBRPSrM4

Right now I'm using @napi-rs/canvas and @kmamal/sdl which have pre-built arm 64 bindings.

@dhritzkiv
Copy link
Member

Thanks for sharing your use case!

I'll try to find some time to revisit the prebuilds on arm64 soon

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

3 participants