mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-21 16:14:23 +01:00
INSTALL: update requirements.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -7,6 +7,7 @@ You will need several development libraries:
|
|||||||
* libsodium: for crypto.
|
* libsodium: for crypto.
|
||||||
* libbase58: for bitcoin's base58 encoding.
|
* libbase58: for bitcoin's base58 encoding.
|
||||||
* libsqlite3: for database support.
|
* libsqlite3: for database support.
|
||||||
|
* libgmp: for secp256k1
|
||||||
|
|
||||||
You will also need a version of bitcoind with segregated witness support,
|
You will also need a version of bitcoind with segregated witness support,
|
||||||
such as the 0.13 or above.
|
such as the 0.13 or above.
|
||||||
@@ -16,7 +17,7 @@ To Build on Ubuntu 16.04
|
|||||||
|
|
||||||
Get dependencies:
|
Get dependencies:
|
||||||
```
|
```
|
||||||
sudo apt-get install libprotobuf-c-dev libsodium-dev libbase58-dev libsqlite3-dev
|
sudo apt-get install autoconf libtool libprotobuf-c-dev libsodium-dev libbase58-dev libsqlite3-dev libgmp-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
Clone lightning and initialize submodules:
|
Clone lightning and initialize submodules:
|
||||||
|
|||||||
Reference in New Issue
Block a user