-
Notifications
You must be signed in to change notification settings - Fork 70
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
macos support #3
Comments
Hi, thank you! Currently not. It's theoretically possible, it only requires some configuration of the build process. But I don't have a Mac, so the only chance for this to happen is if someone else does it. I will gladly merge any pull request that provides support for MacOS. It seems like there will be Linux support soon, so maybe MacOS isn't too far away. |
Got it. Just had a quick look at the pull request for linux support. It appears to check for macos: I tested updated my local build.gradle file to see if it works on macos but still throwing errors:
|
have you tried running the JVM with -XstartOnFirstThread? |
I have been running on Mac m1 successfully. The main problem base on the two library
Then compile Finally, Im running with my local
have fun~ Last but not least ! Im running on Java17 |
Awesome! Could you imagine turning this into a pull request? This would require automating this in the |
Any Update on this? |
Hi, thank you for making this awesome program!
I would like to know if there is a way to run this program on macos.
Cheers
The text was updated successfully, but these errors were encountered: