-
Notifications
You must be signed in to change notification settings - Fork 124
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
Compatibility and Build Guidance for Running OSM2World on Apple Silicon (ARM64) #227
Comments
I tried myself. Dead in the water launching this, after installing latest version of Java on my M1 system.
Uninstalling now. |
This error message suggests an old Java version (as the |
@brunohprada Thanks for testing and reporting this. Not a full solution, but some thoughts:
I've built a version of OSM2World that uses JOGL 2.5.0 instead of instead of the 2.4.0 RC still used in the master branch: |
Currently, I am attempting to run OSM2World on a Mac with Apple Silicon (ARM64 architecture), but I am encountering issues related to native library compatibility (libgluegen_rt.dylib appears to be compiled for x86_64). I have explored the possibility of compiling the software myself using mvn package, but I am not entirely sure how to proceed with ensuring compatibility on ARM64.
Would it be possible to:
1. Provide a pre-built version of OSM2World that is compatible with Apple Silicon?
2. Or share specific instructions or dependencies needed to compile and run the project successfully on ARM64?
Any guidance or recommendations would be greatly appreciated. I believe such instructions would also be helpful to others using similar systems.
Thank you again for your work and for considering this request.
The text was updated successfully, but these errors were encountered: