Skip to content

Support for musl #215

@mk868

Description

@mk868

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions