From 4801f78aadaf15cbe860ffc1af2e1cbd089c80d9 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 9 Aug 2016 13:05:31 +0930 Subject: [PATCH] INSTALL.md: update to remove openssl dependency, add libbase58 Signed-off-by: Rusty Russell --- INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 0504ccfb1..1f583fdb2 100644 --- a/INSTALL.md +++ b/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) ------------------------