-
Notifications
You must be signed in to change notification settings - Fork 648
Home
Alfredo Garcia edited this page Oct 3, 2018
·
52 revisions
BitShares requires a 64-bit operating system to build
BitShares requires a Boost version in the range [1.57, 1.65.1]. Versions earlier than 1.57 or newer than 1.65.1 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
:
cmake -DBOOST_ROOT=~/boost160 .