Home > Uncategorized > Boost compilation with Visual Studio

Boost compilation with Visual Studio

November 17th, 2009 Leave a comment Go to comments

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

  1. No comments yet.
  1. No trackbacks yet.
You must be logged in to post a comment.