From 63189ab2e843db01594b7e5b2e0dbc2484c8756b Mon Sep 17 00:00:00 2001 From: Vikram Rajkumar Date: Fri, 24 Mar 2017 12:31:59 -0500 Subject: [PATCH] Update README --- LICENSE => LICENSE.txt | 0 README.md | 7 +++++-- docs | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) rename LICENSE => LICENSE.txt (100%) diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt diff --git a/README.md b/README.md index 81b44092..70be3650 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs b/docs index 474c28bc..981d1ef1 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 474c28bc7181739f25229b45b76646a693cad998 +Subproject commit 981d1ef1eb35e89bb9a9423c1762427fe8ef07cc