Trying to build Boost: I cannot get bjam
问题 I would like to build boost using two different compilers, MinGW and Visual C++ 2010 Express, using bjam: bjam toolset=gcc,msvc variant=release link=static,shared threading=multi install The problem is that I do not have bjam. I could not find it in the Boost directory, and the one I downloaded from somewhere else was a wrong version. I should be able to build it from the code in Boost, but how? I read that I must launch build.bat from the BOOST_ROOT/tools/jam/src directory, but that