lnsocket

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

commit 72f70749760eafd8d0ee234ee4c25fd9b5b42990
parent 46795344d84afb85104ea60279da976eb2f9e35b
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 17 Jan 2022 21:02:44 -0800

clarify dependencies

Diffstat:
MREADME | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -7,6 +7,13 @@ A simple C library for sending messages over the lightning network Work in progress! +Depedencies +----------- + +You'll need libtool/autoconf/automake for the libsodium/secp256k1 submodules, +but otherwise there are no dependencies + + Building --------