You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -54,3 +54,21 @@ For non-developer users we recommend that the user installs the binaries into th
54
54
sudo make install
55
55
56
56
This will install the binaries in the directory specified by your `$GOBIN` environment variable.
57
+
58
+
### Boost Dependencies
59
+
60
+
Currently the code requires that the user compiles the code with at least version 1.67 of Boost Serialisation library. Failure to do so will mean that users will not be able to sync with the blockchain. This limitation will be resolved in the near future (with the Boost dependency being removed completely).
61
+
62
+
To verify which libraries you have linked against use the following commands
0 commit comments