Update README.md
would not compile on Ubuntu unless you added -DBOOST_ROOT="$BOOST_ROOT"
This commit is contained in:
parent
814349d30c
commit
5aa5454370
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue