Add dependency to README

This commit is contained in:
Kumi 2018-01-29 17:54:25 +01:00
parent cd4fc4ecd9
commit b1a66ad8ae

View file

@ -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: Ubuntu machine, you first need to install some dependencies:
``` ```
sudo apt install git build-essential cmake libboost-all-dev sudo apt install git build-essential cmake libboost-all-dev libssl-dev
``` ```
You can then fetch the code and compile it like this: You can then fetch the code and compile it like this: