<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to BuildingBoost</title><link>https://sourceforge.net/p/mingw-w64/wiki2/BuildingBoost/</link><description>Recent changes to BuildingBoost</description><atom:link href="https://sourceforge.net/p/mingw-w64/wiki2/BuildingBoost/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 25 Jun 2014 15:08:15 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mingw-w64/wiki2/BuildingBoost/feed" rel="self" type="application/rss+xml"/><item><title>BuildingBoost modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/mingw-w64/wiki2/BuildingBoost/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="building-boost-with-mingw-w64"&gt;Building Boost with mingw-w64&lt;/h1&gt;
&lt;p&gt;Boos is a collection of libraries that are very respected in the C++ community. Large portions are to be included in the next C++ standard. &lt;/p&gt;
&lt;h2 id="how-to-build"&gt;How to build&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;set up mingw-w64: &lt;span&gt;[GeneralUsageInstructions]&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="https://sourceforge.net/projects/boost/files/boost/"&gt;Download Boost Sources&lt;/a&gt; (the filename should look like "boost_1_43_0.zip" &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://sourceforge.net/projects/boost/files/boost-jam/"&gt;Download Boost Jam&lt;/a&gt; (the filename should look like "boost-jam-3.1.18.zip") &lt;/li&gt;
&lt;li&gt;extract Boost sources to C:\Boost-src so that INSTALL is located in C:\Boost-src. &lt;/li&gt;
&lt;li&gt;extract bjam.exe and place it somewhere in C:\Boost-src. &lt;/li&gt;
&lt;li&gt;
&lt;p&gt;run the following command: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;bjam&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;toolset&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;gcc&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;build&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;dir&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;C&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="err"&gt;\&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;build&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;type&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;complete&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This will create a directory C:\boost and build there. Some libraries fail to build, feel free to submit patches to Boost devs. &lt;/p&gt;
&lt;p&gt;NOTE: for x64, some parts are not supported. Contact Boost devs for support. With boost version 1.44, try using the additional bjam option "define=BOOST_USE_WINDOWS_H" this will build additional parts (e.g. threads) of boost. &lt;/p&gt;&lt;/div&gt;</description><pubDate>Wed, 25 Jun 2014 15:08:15 -0000</pubDate><guid>https://sourceforge.nete391342b757726a1cca974d19afad6baa1ad37be</guid></item></channel></rss>