1. Download the installation package of Boost-related libraries
URL: http://www.boost.org/
Among them 1.55.0 version is: http://sourceforge.net/projects/boost/files/boost/1.55.0/
:
2. boost development-related software:
Boost_1_55_0.tar.gz the boost source package under the Linux platform
Boost_000055_0.zip the boost source package on the Windows platform
The boost_1_55_0-bin-msvc-all-32-64.7z is a boost library for all vs versions that have been compiled.
Boost_1_55_0-msvc-10.0-32.exe vs2010 32-bit boost Library
Boost_1_55_0-msvc-10.0-64.exe vs2010 64-bit boost library.
Boost_1_55_0-msvc-12.0-32.exe vs2013 32-bit boost library.
3, again has installed vs2013 computer, double-click execute: boost_1_55_0-msvc-12.0-32.exe, install boost, such as local installation directory:
4. Open vs2013 ---> New ---> General ----> Empty Project.
5. To use the boost library, set the boost attributes in the project:
Set Method, select project --> right-click ---> properties, and set the executable file directory location
6. Set the include directory as follows:
7. Set the library directory
8. Right-click the project to create a CPP file and test boost as follows:
If the output result is: the boost development environment is set up.
9. knowledge points:
The 32-bit and 64-bit boost functions can coexist.
Zookeeper