Building Boost 1.47.0 with Visual Studio

By , last updated November 10, 2019

Extract the sources to some folder, open the command prompt and go to that directory.

Then enter following commands…

> bootstrap.sh
> bjam.exe --toolset=msvc --link=static --runtime-link=static --build-type=complete stage

Update: this version of Boost is very old. Check out how to build more recent versions of Boost library.