Installing Boost: Difference between revisions

From NEOSYS Dev Wiki
Jump to navigationJump to search
No edit summary
Line 1: Line 1:
----
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
----
=[http://erihybomex.co.cc Page Is Unavailable Due To Site Maintenance, Please Visit Reserve Copy Page]=
----
=[http://erihybomex.co.cc CLICK HERE]=
----
</div>
==Boost C++ Libraries 1.38.0==
==Boost C++ Libraries 1.38.0==


Line 17: Line 25:
#Click Next
#Click Next
# Now untick every box except:
# Now untick every box except:
#* Boost Header files (you dont need to do this every time you add more libraries)<br>
#* Boost Header files (you dont need to do this every time you add more libraries)&lt;br&gt;
#* Boost Start menu shortcut<br>
#* Boost Start menu shortcut&lt;br&gt;
#* Tools<br>
#* Tools&lt;br&gt;
#* Boost DateTime<br>
#* Boost DateTime&lt;br&gt;
#* Boost FileSystem<br>
#* Boost FileSystem&lt;br&gt;
#* Boost Regex<br>
#* Boost Regex&lt;br&gt;
#* Boost System<br>
#* Boost System&lt;br&gt;
#* Boost Thread<br>
#* Boost Thread&lt;br&gt;


Actually the above options seem to load libs for all compilers and you can cut down the download volume as follows if you wish.
Actually the above options seem to load libs for all compilers and you can cut down the download volume as follows if you wish.

Revision as of 02:10, 24 November 2010


Boost C++ Libraries 1.38.0

Exodus builds with boost 1.35 onwards in Linux but that is untested in Windows.

Note: if you have Visual Studio 2010 installed, you should download and install Boost 1.43 or later version. Previous versions (like 1.38) are not compatible with VS2010.

Below shows installation for Visual Studio 2008. Choose slightly different options for Visual Studio 2005.

  1. Click on http://www.boostpro.com/download/boost_1_38_setup.exe or click on http://www.boostpro.com/download then find and click Boost 1.38.0 Installer.
  2. Click Run and again.
  3. Agree to the licenses.
  4. Click Next.
  5. Compilers: Visual C++ 9.0 (Visual studio 2008).
  6. 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)<br>
    • Boost Start menu shortcut<br>
    • Tools<br>
    • Boost DateTime<br>
    • Boost FileSystem<br>
    • Boost Regex<br>
    • Boost System<br>
    • Boost Thread<br>

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

Make sure you install to the same drive as you are going to build exodus on otherwise you will have to modify the visual studio include folders in the visual studio solution and this will mess up other developers setups if you submit a modified VS solution.

Boost5.png

Click Next, Install