Update README.md
This commit is contained in:
parent
a0f793951c
commit
709c74505b
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ cd $HOME/src
|
|||
export BOOST_ROOT=$HOME/src/boost_1_67_0
|
||||
git clone https://github.com/peerplays-network/peerplays.git
|
||||
cd peerplays
|
||||
git checkout master # --> can be replaced with most recent release tag
|
||||
git submodule update --init --recursive
|
||||
cmake -DBOOST_ROOT="$BOOST_ROOT" -DCMAKE_BUILD_TYPE=Release
|
||||
make -j$(nproc)
|
||||
|
|
|
|||
Loading…
Reference in a new issue