NeuronRobotics / nrjavaserial

A Java Serial Port system. This is a fork of the RXTX project that uses in jar loading of the native code.
Other
345 stars 143 forks source link

Apple M1 #240

Open mothattack opened 1 year ago

mothattack commented 1 year ago

I have not been able to build the rxtx files for the Apple M1, only the old intel macs. Has anyone had any luck?

MrDOS commented 1 year ago

We've discussed it a few times: https://github.com/NeuronRobotics/nrjavaserial/issues/195, https://github.com/NeuronRobotics/nrjavaserial/issues/219. And I revisited and revised my branch just last week. If you're looking for a working binary, you can grab the artifact from the latest build from that branch.

My branch is currently based on https://github.com/NeuronRobotics/nrjavaserial/pull/238. I plan to PR'ify it after that other PR has merged.

mothattack commented 1 year ago

excellent - thank you!