libusb4java icon indicating copy to clipboard operation
libusb4java copied to clipboard

Perform a release to enable support for Darwin March64 (Apple Silicon)

Open ioExpander opened this issue 4 years ago • 1 comments

Hi, I've managed to compile the main branch of this repo on my MacBook Air M1. I have to edit the makefile as the openjdk installation from brew did not set some env variables properly.

set(JAVA_INCLUDE_PATH2 /opt/homebrew/opt/openjdk/include)
set(JAVA_AWT_INCLUDE_PATH NotNeeded)

And I could manually package the Jar for aarch64. It seems the compiled version works.

Would it be possible to release that version, so that downstream projects using libusb4java could use it easily with maven ?

Thank you.

ioExpander avatar Sep 11 '21 18:09 ioExpander

I'm having a similar issue without support for m1 arm Apple CPUs

ScottPierce avatar Dec 01 '21 08:12 ScottPierce