mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
doc/INSTALL: correct some typos
A double `git` and a `mode`.
This commit is contained in:
committed by
Christian Decker
parent
262e4c840f
commit
6489e63991
@@ -24,7 +24,7 @@ For actually doing development and running the tests, you will also need:
|
|||||||
* pip3: to install python-bitcoinlib
|
* pip3: to install python-bitcoinlib
|
||||||
* valgrind: for extra debugging checks
|
* valgrind: for extra debugging checks
|
||||||
|
|
||||||
You will also need a version of bitcoind with segregated witness and `estimatesmartfee` economical node, such as the 0.16 or above.
|
You will also need a version of bitcoind with segregated witness and `estimatesmartfee` with `ECONOMICAL` mode support, such as the 0.16 or above.
|
||||||
|
|
||||||
To Build on Ubuntu
|
To Build on Ubuntu
|
||||||
---------------------
|
---------------------
|
||||||
@@ -37,7 +37,7 @@ Get dependencies:
|
|||||||
sudo apt-get install -y \
|
sudo apt-get install -y \
|
||||||
autoconf automake build-essential git libtool libgmp-dev \
|
autoconf automake build-essential git libtool libgmp-dev \
|
||||||
libsqlite3-dev python python3 python3-mako net-tools zlib1g-dev libsodium-dev \
|
libsqlite3-dev python python3 python3-mako net-tools zlib1g-dev libsodium-dev \
|
||||||
git gettext
|
gettext
|
||||||
|
|
||||||
If you don't have Bitcoin installed locally you'll need to install that
|
If you don't have Bitcoin installed locally you'll need to install that
|
||||||
as well:
|
as well:
|
||||||
|
|||||||
Reference in New Issue
Block a user