From 5aa54543702d13b584c3b687eda6e0556738d04d Mon Sep 17 00:00:00 2001 From: cryptosig Date: Sat, 3 Jun 2017 12:35:06 -0700 Subject: [PATCH] Update README.md would not compile on Ubuntu unless you added -DBOOST_ROOT="$BOOST_ROOT" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 759d4f7c..aeeff8a5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ and then proceed with: git clone https://github.com/pbsa/peerplays.git cd peerplays git submodule update --init --recursive - cmake -DCMAKE_BUILD_TYPE=Release . + cmake -DBOOST_ROOT="$BOOST_ROOT" -DCMAKE_BUILD_TYPE=Release . make ./programs/witness_node/witness_node