You do not need to โinstallโ Boost in Visual Studio. You need to point your IDE (in this case Visual Studio) to folders containing Boost headers and lib files (if you created Boost - some Boost libraries are only for headers, some of them need to be built). See Boost Getting Started for more details.
Fast start:
- run your command prompt and go to the folder where you unzipped the formatting
- execute bootstrap.bat
- execute ". \ bjam --build-type = complete stage" - this will create almost everything in Boost.
Note. Ensure that the compiler and linker of VC ++ are in the PATH environment variable.
source share