Skip to content

Commit f1c34c2

Browse files
committed
INSTALL: update requirements.
Signed-off-by: Rusty Russell <[email protected]>
1 parent e40a070 commit f1c34c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

INSTALL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ You will need several development libraries:
77
* libsodium: for crypto.
88
* libbase58: for bitcoin's base58 encoding.
99
* libsqlite3: for database support.
10+
* libgmp: for secp256k1
1011

1112
You will also need a version of bitcoind with segregated witness support,
1213
such as the 0.13 or above.
@@ -16,7 +17,7 @@ To Build on Ubuntu 16.04
1617

1718
Get dependencies:
1819
```
19-
sudo apt-get install libprotobuf-c-dev libsodium-dev libbase58-dev libsqlite3-dev
20+
sudo apt-get install autoconf libtool libprotobuf-c-dev libsodium-dev libbase58-dev libsqlite3-dev libgmp-dev
2021
```
2122

2223
Clone lightning and initialize submodules:

0 commit comments

Comments
 (0)