Add dependency to README
This commit is contained in:
parent
b1a66ad8ae
commit
69a569b737
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ There are currently no pre-built binaries available. To build Danicoin on an
|
|||
Ubuntu machine, you first need to install some dependencies:
|
||||
|
||||
```
|
||||
sudo apt install git build-essential cmake libboost-all-dev libssl-dev
|
||||
sudo apt install git build-essential cmake lib{boost-all,ssl}-dev pkg-config
|
||||
```
|
||||
|
||||
You can then fetch the code and compile it like this:
|
||||
|
|
Loading…
Reference in a new issue