We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e40a070 commit f1c34c2Copy full SHA for f1c34c2
INSTALL.md
@@ -7,6 +7,7 @@ You will need several development libraries:
7
* libsodium: for crypto.
8
* libbase58: for bitcoin's base58 encoding.
9
* libsqlite3: for database support.
10
+* libgmp: for secp256k1
11
12
You will also need a version of bitcoind with segregated witness support,
13
such as the 0.13 or above.
@@ -16,7 +17,7 @@ To Build on Ubuntu 16.04
16
17
18
Get dependencies:
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
21
22
23
Clone lightning and initialize submodules:
0 commit comments