From: Matt Corallo Date: Wed, 10 Mar 2021 03:35:27 +0000 (-0500) Subject: Update genbindings docs to note new ldk-c-bindings repo X-Git-Tag: v0.0.98~11^2~2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-java;a=commitdiff_plain;h=ec2c11cdad0fb5e328b2811916926bd04bce93bf Update genbindings docs to note new ldk-c-bindings repo --- diff --git a/genbindings.sh b/genbindings.sh index 01ef62fe..2006499e 100755 --- a/genbindings.sh +++ b/genbindings.sh @@ -1,6 +1,6 @@ #!/bin/bash usage() { - echo "USAGE: path/to/rust-lightning \"JNI_CFLAGS\" debug android" + echo "USAGE: path/to/ldk-c-bindings \"JNI_CFLAGS\" debug android" echo "For JNI_CFLAGS you probably want -I/usr/lib/jvm/java-11-openjdk-amd64/include/ -I/usr/lib/jvm/java-11-openjdk-amd64/include/linux/" echo "debug should either be true or false" echo "android should either be true or false"