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++ 8.0 (Visual studio 2005).
# Compilers: Visual C++ 9.0 (Visual studio 2008).
# Variants: Multithread Debug, DLL and Multithread, DLL
# 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>
#* Boost Source and Documentation<br>
#* Tools<br>
#* Tools<br>  
#* Boost DateTime<br>  
#* Boost DateTime<br>  
#* Boost FileSystem<br>
#* Boost FileSystem<br>
#* Boost IOstream<br>
#* Boost ProgramOptions<br>
#* Boost Regex<br>
#* Boost Regex<br>
#* Boost System<br>
#* Boost System<br>
#* Boost Thread<br>
#* Boost Thread<br>


[[Image:choosingcomp.jpg]] <br>
[[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

  1. Go to http://www.boost-consulting.com/products/free
  2. Click the 2nd download, Boost 1.38.0 Installer.
  3. Click Run and again.
  4. Agree to the licenses.
  5. Click Next.
  6. Compilers: Visual C++ 9.0 (Visual studio 2008).
  7. Variants: (1) Multithread (2) Multithread Debug

Boost3.png

  1. Click Next
  2. 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

Boost11.png 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.

Boost4.png

Click Next, Install

Take note of where you saved boost.