Closed
Description
Hello,
Currently I'm working on the project which will be run on the Alpine Linux.
Alpine Linux by default uses musl
instead of GNU C Library.
From what I see, the nrjavaserial
linux libraries were precompiled using glibc
only.
Is it possible to add libs compiled with musl
to nrjavaserial
?
From what I see, the following steps will be needed:
- build libNRJavaSerial_musl.so for linux x86_32 and x86_64
- Add checking for musl in the NativeResource.java file and then load libNRJavaSerial_musl.so library
Thanks
Metadata
Assignees
Labels
No labels
Activity