Installation of boost library (win+vs2017)

 

table of Contents

1. Boost library-download and install (win+vs2017)

1.1. Where can I get the source code and library files of boost?

1.2, installation process

1.2.1, execute the .bat file first

1.2.2, then execute the b2.exe file (a long time, wait patiently)

1.3.1. Operation VS "Include Directory" and "Library Directory"

1.3.2, include directory

1.3.3, library directory

1.3. Summary


1. Boost library-download and install (win+vs2017)

 

 

1.1. Where can I get the source code and library files of boost?

  Boost official website   https://www.boost.org/

Download URL: https://dl.bintray.com/boostorg/release/1.75.0/source/

PS: Scientific Internet downloads faster

 

 

Download the corresponding file and unzip it. (You can unzip to any directory)

 

 

1.2, installation process

1.2.1, execute the .bat file first

 

1.2.2, then execute the b2.exe file (a long time, wait patiently)

After execution

Above, the operation of the boost library is complete. Next configure vs.

 

1.3.1. Operation VS "Include Directory" and "Library Directory"

1.3.2, include directory

1.3.3, library directory

 

1.3. Summary

If you have any questions, please advise me.

 

 

 

 

 

 

 

Guess you like

Origin blog.csdn.net/weixin_46537765/article/details/113998252