So, I downloaded boost_1_53_0, and ran bjam
. After linking the "libraries" and the "includes" as per the preamble, I ran my Visual C++ solution and i get the following error
LINK : fatal error LNK1104: cannot open file 'boost_python-vc100-mt-gd-1_53.lib'
I read some solutions about executing bjam --build-type=complete --toolset=gcc stage
, but it seems my command prompt cannot recognize bjam
, even though I added the PATH
to the system variables as,
Variable name: bjam
Variable Value: D:\boost_1_53_0\
But I still cannot get bjam running in command prompt! Thanks