Installing Boost: Difference between revisions
From NEOSYS Dev Wiki
Jump to navigationJump to search
Line 6: | Line 6: | ||
# Agree to the licenses. | # Agree to the licenses. | ||
# Click Next. | # Click Next. | ||
# Compilers: Visual C++ | # Compilers: Visual C++ 9.0 (Visual studio 2008). | ||
# Variants: Multithread Debug | # Variants: (1) Multithread (2) Multithread Debug | ||
[[Image:boost3.png]] | |||
#Click Next | #Click Next | ||
# Now untick every box except: | # Now untick every box except: | ||
#* Boost Header files<br> | #* Boost Header files (you dont need to do this every time you add more libraries)<br> | ||
#* Boost Start menu shortcut<br> | #* Boost Start menu shortcut<br> | ||
#* Tools<br> | |||
#* Tools<br> | |||
#* Boost DateTime<br> | #* Boost DateTime<br> | ||
#* Boost FileSystem<br> | #* Boost FileSystem<br> | ||
#* Boost Regex<br> | #* Boost Regex<br> | ||
#* Boost System<br> | #* Boost System<br> | ||
#* Boost Thread<br> | #* Boost Thread<br> | ||
[[Image: | [[Image:boost11.png]] | ||
[[Image:boost12.png]] | |||
Actually the above options seem to load libs for all compilers and you can cut down the download volume as follows if you wish. | |||
[[Image:boost4.png]] | |||
Click Next, Install | Click Next, Install | ||
Take note of where you saved boost. | Take note of where you saved boost. |
Revision as of 17:05, 15 May 2009
Boost C++ Libraries 1.38.0
- Go to http://www.boost-consulting.com/products/free
- Click the 2nd download, Boost 1.38.0 Installer.
- Click Run and again.
- Agree to the licenses.
- Click Next.
- Compilers: Visual C++ 9.0 (Visual studio 2008).
- Variants: (1) Multithread (2) Multithread Debug
- Click Next
- Now untick every box except:
- Boost Header files (you dont need to do this every time you add more libraries)
- Boost Start menu shortcut
- Tools
- Boost DateTime
- Boost FileSystem
- Boost Regex
- Boost System
- Boost Thread
- Boost Header files (you dont need to do this every time you add more libraries)
Actually the above options seem to load libs for all compilers and you can cut down the download volume as follows if you wish.
Click Next, Install
Take note of where you saved boost.