Posts

Showing posts from February, 2014

How to use the Boost compiled libraries in Windows

Image
As stated on the boost.org Getting Started for Windows page, most Boost libraries are header-based that require no separate compilation. But there exist some Boost libraries that require a separate compilation in order to use them. This page essentially reiterates what is already explained in section 5.2.1 of the Getting Started page, but with additional screenshots to make it easier for newcomers. A previous post dealt with the separate compilation of Boost library binaries using BoostPro , but this package is no longer supported, alas.