Update README.md

would not compile on Ubuntu unless you added -DBOOST_ROOT="$BOOST_ROOT"
This commit is contained in:
cryptosig 2017-06-03 12:35:06 -07:00 committed by PBSA Github Manager
parent 814349d30c
commit 5aa5454370

View file

@ -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