Building Boost.Python
I am trying to build Boost.Python according to the instructions on the official website. My OS is Windows 7 64-bit, the compiler is MSVC11, the boost is 1.54. =================== Install Boost ================== To install basic Boost, I downloaded the boost library from its website, unzip it to my local disk. The path is C:\local\boost_1_54_0 . =============== Install Boost.Python =============== I then find that Boost.Python need to be built separately. So I followed the Boost.Python instruction . =============== Install Boost.Build ================ And at stage 3.1.2, Boost.Build is