From 69a569b73719dec8e4d43152d0828b8f4ee4d40e Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Mon, 29 Jan 2018 17:57:59 +0100 Subject: [PATCH] Add dependency to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cb319a4..90348bb8 100644 --- a/README.md +++ b/README.md @@ -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: