How to build Boost - t-kuha/caffe-win-dependency GitHub Wiki

  • This is an instruction on how to build static version of boost.

Configure

> .\bootstrap.bat

Compatibility with Python 3.7

Build

  • Note: Be sure to have correct version of python in the path before building boost_python.
> .\b2 install -j8 ^
--prefix=<Destination> toolset=msvc address-model=64 ^
runtime-link=static link=static variant=release ^
--with-filesystem --with-system --with-thread --with-python