Browse Source

INSTALL.md: update to remove openssl dependency, add libbase58

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ppa-0.6.1
Rusty Russell 8 years ago
parent
commit
4801f78aad
  1. 6
      INSTALL.md

6
INSTALL.md

@ -5,10 +5,10 @@ You will need several development libraries:
* libprotoc: the Google protocol buffer v2 library, 2.6.0 or above.
* protobuf-c: version 1.1.0 or above.
* libsodium: for crypto.
* libcrypto: (OpenSSL) library for bignum implementation
* libbase58: for bitcoin's base58 encoding.
You will also need a version of bitcoind with segregated witness support:
* https://github.com/sipa/bitcoin/tree/segwit4
You will also need a version of bitcoind with segregated witness support,
such as the 0.13 or above.
To Build on Ubuntu 15.10 (not needed for 16.04)
------------------------

Loading…
Cancel
Save