Browse Source

INSTALL: mention bitcoind needs segwit, Ubuntu 16.04 protobuf fixed.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ppa-0.6.1
Rusty Russell 9 years ago
parent
commit
b6dbaa409c
  1. 5
      INSTALL.md

5
INSTALL.md

@ -7,7 +7,10 @@ You will need several development libraries:
* libsodium: for crypto. * libsodium: for crypto.
* libcrypto: (OpenSSL) library for bignum implementation * libcrypto: (OpenSSL) library for bignum implementation
To Build on Ubuntu 15.10 You will also need a version of bitcoind with segregated witness support:
* https://github.com/sipa/bitcoin/tree/segwit4
To Build on Ubuntu 15.10 (not needed for 16.04)
------------------------ ------------------------
Build protobuf-c dependency (>= 1.1.0): Build protobuf-c dependency (>= 1.1.0):
``` ```

Loading…
Cancel
Save