Added needed step for a native binary build

The libsignal_jni.so must be placed to the lib/src/main/resources/ directory to included in the native binary.
This commit is contained in:
Michael Kebe 2022-01-01 15:25:24 +01:00 committed by GitHub
parent f5e5dd551d
commit 8043c110ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,7 +127,8 @@ work in all situations.
1. [Install GraalVM and setup the enviroment](https://www.graalvm.org/docs/getting-started/#install-graalvm)
2. [Install prerequisites](https://www.graalvm.org/reference-manual/native-image/#prerequisites)
3. Execute Gradle:
3. Copy the libsignal_jni.so to the `lib/src/main/resources/` directory
4. Execute Gradle:
./gradlew nativeCompile