core-lightning/libwally-core/INSTALL
Rusty Russell 1271ac8899 libwally-core: import version 3b025127cbf11912f8b95e7ff3c905d74e8433ce
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-02-21 15:15:28 +10:30

14 lines
264 B
Plaintext

Use the following commands to build and install the library:
$ ./tools/autogen.sh
$ ./configure [options]
$ make
$ make install
Note that ./configure --help can be used to determine configuration options.
To fully clean the library, run:
$ ./tools/cleanup.sh