Skip to main content
Including Boost into C++ Projects (VS2012)
1) Install Boost
2) A
dd C:/boost153
to the compiler include path
and
C:\boost153\stage\lib
to the linker library path
3) Right click on the project, select Properties
, select Configuration Properties..VC++ Directories
. See the two portions of bolded text in the screenshot below):
Comments
Post a comment