lnsocket

A minimal C library for connecting to the lightning network
git clone git://jb55.com/lnsocket
Log | Files | Refs | Submodules | README | LICENSE

commit b7df1304f45e092cd9497238d11a37bec2f57f06
parent e064b1b361800f98e421d85f7d2b300ac0d49bd0
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 29 Jan 2022 18:45:56 -0800

ios build instructions

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
MREADME | 11++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/README b/README @@ -31,7 +31,16 @@ but otherwise there are no dependencies Building -------- -make +$ make + + +iOS +--- + +$ make ios + +This will build lnsocket.a, libsodium.a and libsecp256k1.a under target/ios for +arm64 and ios-sim. Examples