Compiling C++ Boost Library on Windows (MSVC 9.0)
Prerequisites:
Bjam build system. If bjam is not already installed run bootstrap.bat located in the boost folder to install it.
Static Multithreaded:
bjam toolset=msvc-9.0 variant=debug threading=multi link=static runtime-link=static define=_BIND_TO_CURRENT_VCLIBS_VERSION –without-python –without-mpi
Dynamic Multithreaded:
bjam toolset=msvc-9.0 variant=debug threading=multi link=dynamic runtime-link=dynamic define=_BIND_TO_CURRENT_VCLIBS_VERSION –without-python –without-mpi
Note: The builds exclude python and mpi support
Downloads:
http://www.boost.org/
http://sourceforge.net/projects/boost/files/boost/1.46.0/
Advertisement
No trackbacks yet.