mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-02 12:30:39 +00:00
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:
parent
f5e5dd551d
commit
8043c110ef
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue