From 8043c110ef27a77c86c93873b8b3e7467a09cc03 Mon Sep 17 00:00:00 2001 From: Michael Kebe Date: Sat, 1 Jan 2022 15:25:24 +0100 Subject: [PATCH] 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. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dcfbad66..e04fbeb9 100644 --- a/README.md +++ b/README.md @@ -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