Update README
This commit is contained in:
parent
8e0b16a0d5
commit
63189ab2e8
3 changed files with 6 additions and 3 deletions
|
|
@ -36,8 +36,11 @@ To build after all dependencies are installed:
|
|||
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo .
|
||||
make
|
||||
|
||||
Alternate Boost versions can be specified using the `DBOOST_ROOT` CMake argument. After building, the witness node can
|
||||
be launched with:
|
||||
**NOTE:** BitShares requires a [Boost](http://www.boost.org/) version in the range [1.57, 1.60]. Versions earlier than
|
||||
1.57 or newer than 1.60 are NOT supported. If your system Boost version is newer, then you will need to manually build
|
||||
an older version of Boost and specify it to CMake using `DBOOST_ROOT`.
|
||||
|
||||
After building, the witness node can be launched with:
|
||||
|
||||
./programs/witness_node/witness_node
|
||||
|
||||
|
|
|
|||
2
docs
2
docs
|
|
@ -1 +1 @@
|
|||
Subproject commit 474c28bc7181739f25229b45b76646a693cad998
|
||||
Subproject commit 981d1ef1eb35e89bb9a9423c1762427fe8ef07cc
|
||||
Loading…
Reference in a new issue