The required steps I've had to do to build the Boost package were following.
- Open command prompt in root of %boost_install_dir%
- Execute bootstrap.bat
- Execute
b2 toolset=msvc-12.0 --build-type=complete --libdir=%mylibs%\lib\x64 architecture=x86 address-model=64 install -j4
- Add %mylibs%\lib\x64 into the libs path in the Visual Studio
Update 2014-12-05:
Do not expect that building 32bit boost against 64bit version of python will bring any promising result :(.
No comments:
Post a Comment