Boost compilation with Visual Studio
- download latest Boost version
- unpack it
- run “Visual Studio 2008 Command Prompt” bat file
build bjam
- go to %BOOST%/tools/jam/src folder
- run build.bat file
- copy bjam.exe file to %BOOST%/bin folder from %BOOST%/tools/jam/src/bin.ntx86 folder
build boost
- go to %BOOST% folder
- compile Boost using bjam.exe:
bin\bjam.exe –build-dir=”C:\Dev\Libs\boost\build-boost” –toolset=msvc –build-type=complete stage
Boost, C/C++, dev, Documentation, SDK, STL, Tutorial, Visual Studio, Win32