How can I decode the boost library naming?

See Boost getting started windows section 6.3 naming and section 6.1 on Unix naming The ones that deal with -mt and d are -mt Threading tag: indicates that the library was built with multithreading support enabled. Libraries built without multithreading support can be identified by the absence of `-mt`. -d ABI tag: encodes details that … Read more