If you want to use any of the separately-compiled Boost libraries, you'll need to acquire library binaries.
The installers supplied by BoostPro Computing will download and install pre-compiled binaries into the lib\ subdirectory of the boost root, typically C:\Program Files\boost\boost_1_50_0\lib\. If you installed all variants of the binary, you're done with this step. Otherwise, please run the installer again and install them now.
If you wish to build from source with Visual C++, you can use a simple build procedure described in this section. Open the command prompt and change your current directory to the Boost root directory. Then, type the following commands:
bootstrap.\b2The first command prepares the Boost.Build system for use. The second command invokes Boost.Build to build the separately-compiled Boost libraries. Please consult the for a list of allowed options.
If you're using an earlier version of Visual C++, or a compiler from another vendor, you'll need to use to create your own binaries.
Boost.CMake
There is also an experimental CMake build for boost, supported and distributed separately. See the wiki page for more information.