mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +01:00
Merge remote-tracking branch 'origin/pr/42'
Add note that you now only need asciidoc if you change manpages. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
commit
eaef85c0fb
@ -8,6 +8,7 @@ You will need several development libraries:
|
||||
* libbase58: for bitcoin's base58 encoding.
|
||||
* libsqlite3: for database support.
|
||||
* libgmp: for secp256k1
|
||||
* asciidoc: for formatting the man page (if you change them)
|
||||
|
||||
You will also need a version of bitcoind with segregated witness support,
|
||||
such as the 0.13 or above.
|
||||
@ -17,7 +18,7 @@ To Build on Ubuntu 16.04
|
||||
|
||||
Get dependencies:
|
||||
```
|
||||
sudo apt-get install autoconf libtool libprotobuf-c-dev libsodium-dev libbase58-dev libsqlite3-dev libgmp-dev libsqlite3-dev
|
||||
sudo apt-get install autoconf libtool libprotobuf-c-dev libsodium-dev libbase58-dev libsqlite3-dev libgmp-dev libsqlite3-dev asciidoc
|
||||
```
|
||||
|
||||
Clone lightning and initialize submodules:
|
||||
|
Loading…
Reference in New Issue
Block a user