-
Notifications
You must be signed in to change notification settings - Fork 139
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
Support Windows on ARM #238
Comments
There's a windows-arm64 cross build platform that we should be able to use in the makefile. |
@gnodet I would like to, but not sure how; Do you have a quick howto build Jansi on Windows? Do I understand correctly that a Jansi release would contain binary artifacts (dll's, so's) and that other projects would include a version of Jansi that then supports X number of platforms by way of such a binary artifact? |
I tried #240 on my Windows ARM device. It works like a charm! Here's what I do to build the project: $ make native-all # or just make win-arm64
$ mvn install Would like to see #240 get merged so I won't need a maven local repository to use jansi with Windows ARM support! Thank you for the port! ❤️ |
Awesome, that PR needed a confirmation ! |
When jansi is invoked on Windows (11) on ARM64, I get an exception, probably due to the os.arch and os.name combination not being anticipated:
Could you add support for Windows on ARM in Jansi?
PS: the exception I got (through sbt 1.6.2, which uses Jansi 2.1.0):
Note: I'm not 100% sure if the os.name/os.arch combination is at play here, or if sbt itself is doing something funny on this platform. A relevant issue on the sbt project is: sbt/sbt#5495
The text was updated successfully, but these errors were encountered: