All Downloads are FREE. Search and download functionalities are using the official Maven repository.

natives.unix.README.TXT Maven / Gradle / Ivy

There is a newer version: 1.11.0
Show newest version
This directory contains the source code for Unix-based platforms,
including Linux and Mac OS X. These platforms
all share the same C source, but have different makefiles.

The macOS library in the macosx fragment is a Mach-O universal binary with 
2 architectures: [x86_64:Mach-O 64-bit bundle x86_64] [arm64:Mach-O 64-bit bundle arm64]
XCode 12.2 or newer is required to build this.

Command to build the native library:
make -f Makefile clean install

Don't commit the library that was locally built on the developer machine.
Use the Jenkins job to build the library, sign it and commit it to the repo.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy