solution to the complier error "cannot open file 'libboost_thread-vcxx-mt-sgd-xx.lib'"

solution to the complier error "cannot open file 'libboost_thread-vcxx-mt-sgd-xx.lib'"
You need compile boost and add libs path in project or makefile.

Compile boost run:

bjam stage --toolset=msvc-10.0 link=static runtime-link=static threading=multi debug release

你可能感兴趣的:(solution to the complier error "cannot open file 'libboost_thread-vcxx-mt-sgd-xx.lib'")