Added automake to the install directions. On Mint Linux, automake isn't part of auto tools package for some reason.
This commit is contained in:
parent
4a2dcddaa9
commit
2a576eae62
@ -35,7 +35,7 @@ nvm install v0.12
|
|||||||
To build Bitcoin Core and bindings development packages are needed:
|
To build Bitcoin Core and bindings development packages are needed:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev
|
sudo apt-get install build-essential libtool autotools-dev automake autoconf pkg-config libssl-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
Clone the bitcore-node repository locally:
|
Clone the bitcore-node repository locally:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user