Installing Boost
Posted here because I sometimes lose my cheatsheet...
To Install Boost Libraries 1.33.0
1. Download and extract it. 2. Make sure you’ve run the MSVC batch file to set environment variables.
3. CD to boost_1_33_0\tools\build\jam_src
4. Invoke “build” the batchfile to create bjam.exe
5. CD back to boost_1_33_0
6. Invoke tools\build\jam_src\bin.ntx86\bjam.exe "-sTOOLS=vc-7_1" install
To Install Boost Libraries 1.33.0
1. Download and extract it. 2. Make sure you’ve run the MSVC batch file to set environment variables.
3. CD to boost_1_33_0\tools\build\jam_src
4. Invoke “build” the batchfile to create bjam.exe
5. CD back to boost_1_33_0
6. Invoke tools\build\jam_src\bin.ntx86\bjam.exe "-sTOOLS=vc-7_1" install