Download boost from or sourceforge .
Most of the time we needn't compile boost, except it's thread, date-time, file-system,regex, signals, serialization, , python, and graph+graphviz.
If we want to use such components above, we need compile it. Reference to
1.Download BOOST.jam+BOOST.Build from
2.Copy bjam.exe to the position same to boost's libs directory.
write an batch file called bjam.bat,
bjam.exe "-sVC80_ROOT=C:\Program Files (x86)\VC" -sTOOLS=vc-9_0 toolset=msvc install
pause
3.It will install boost at a default position c:\boost.
If build fails, just read carefully.