mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-28 18:10:38 +00:00
Use official graalvm native-image gradle plugin
This commit is contained in:
parent
cbff7217c1
commit
627a587952
3 changed files with 19 additions and 43 deletions
|
@ -98,9 +98,9 @@ This is still experimental and will not work in all situations.
|
|||
2. [Install prerequisites](https://www.graalvm.org/reference-manual/native-image/#prerequisites)
|
||||
3. Execute Gradle:
|
||||
|
||||
./gradlew assembleNativeImage
|
||||
./gradlew nativeCompile
|
||||
|
||||
The binary is available at *build/native-image/signal-cli*
|
||||
The binary is available at *build/native/nativeCompile/signal-cli*
|
||||
|
||||
## FAQ and Troubleshooting
|
||||
For frequently asked questions and issues have a look at the [wiki](https://github.com/AsamK/signal-cli/wiki/FAQ)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue