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.
This will decouple BTCSQ from specific boost version.
Use
lddonbtcsqdto get a list of libraries. See of a binary depends onlibboost-1.71.0.soorlibboost.so. We want the latter.