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
This will decouple BTCSQ from specific boost version.
Use ldd on btcsqd to get a list of libraries. See of a binary depends on libboost-1.71.0.so or libboost.so. We want the latter.
The text was updated successfully, but these errors were encountered:
This will decouple BTCSQ from specific boost version.
Use
ldd
onbtcsqd
to get a list of libraries. See of a binary depends onlibboost-1.71.0.so
orlibboost.so
. We want the latter.The text was updated successfully, but these errors were encountered: