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

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2016-08-09 13:05:31 +09:30
parent e252f5de7d
commit 4801f78aad

View File

@@ -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)
------------------------