Skip to content
Snippets Groups Projects
Commit f106f0a7 authored by Peter Vos's avatar Peter Vos
Browse files

Adapted compile instructions for boost date-time library

git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@1522 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
parent ac39471b
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@
<p><a href="license.html" id="menu_License">License</a></p>
<p><a href="acknowledgments.html" id="menu_Acknowledgments">Acknowledgments</a></p>
<p><a href="mailto:nektar-inquiry@sci.utah.edu" id="menu_Contact">Contact</a></p>
<p style="font-size:9px;">Last Revision:<br/>$Date: 2008/06/05 21:31:53 $</p>
<p style="font-size:9px;">Last Revision:<br/>$Date: 2008/06/06 16:22:04 $</p>
</div>
<div id="mainContent">
<!-- InstanceBeginEditable name="Title" -->
......@@ -184,7 +184,7 @@
<li>The next step is to extract and compile the correct libraries for <em>Boost</em>.
<ol>
<li>In <em>ThirdParty/</em>, extract the boost_1_35_0.tar.bz2 archive with &quot;tar -xjvf boost_1_35_0.tar.bz2&quot; (no quotes). This will create <em>boost_1_35_0/</em>.</li>
<li>Change to the <em>boost_1_35_0/</em> directory, and type &quot;../boost-jam-3.1.16/bin.linuxx86/bjam --prefix=../boost --build-type=complete --with-thread --with-iostreams --with-test --toolset=gcc install&quot; (without the quotes). This will place the compiled libraries and include files in the correct path.
<li>Change to the <em>boost_1_35_0/</em> directory, and type &quot;../boost-jam-3.1.16/bin.linuxx86/bjam --prefix=../boost --build-type=complete --with-thread --with-iostreams --with-test --with-date_time --toolset=gcc install&quot; (without the quotes). This will place the compiled libraries and include files in the correct path.
<ol>
<li>The &quot;--with-libraries&quot; compiles Boost with only the libraries required by Nektar++. This is just meant to save time. You can leave the flag off and it will compile all the libraries, if you wish.</li>
</ol>
......
......@@ -115,7 +115,7 @@
<p><a href="license.html" id="menu_License">License</a></p>
<p><a href="acknowledgments.html" id="menu_Acknowledgments">Acknowledgments</a></p>
<p><a href="mailto:nektar-inquiry@sci.utah.edu" id="menu_Contact">Contact</a></p>
<p style="font-size:9px;">Last Revision:<br/>$Date: 2008/06/05 21:31:53 $</p>
<p style="font-size:9px;">Last Revision:<br/>$Date: 2008/06/06 16:22:04 $</p>
</div>
<div id="mainContent">
<!-- InstanceBeginEditable name="Title" -->
......@@ -163,7 +163,7 @@
<li>The next step is to extract and compile the correct libraries for <em>Boost</em>.
<ol>
<li>In <em>ThirdParty/</em>, extract the boost_1_35_0.tar.bz2 archive with &quot;tar -xjvf boost_1_35_0.tar.bz2&quot; (no quotes). This will create <em>boost_1_35_0/</em>.</li>
<li>Change to the <em>boost_1_35_0/</em> directory, and type &quot;../boost-jam-3.1.16/bin.*/bjam --prefix=../boost --build-type=complete --with-thread --with-iostreams --with-test --toolset=darwin install&quot; (without the quotes). This will place the compiled libraries and include files in the correct path.
<li>Change to the <em>boost_1_35_0/</em> directory, and type &quot;../boost-jam-3.1.16/bin.*/bjam --prefix=../boost --build-type=complete --with-thread --with-iostreams --with-test --with-date_time --toolset=darwin install&quot; (without the quotes). This will place the compiled libraries and include files in the correct path.
<ol>
<li>The &quot;--with-*&quot; compiles Boost with only the libraries required by Nektar++. This is just meant to save time. You can leave the flag off and it will compile all the libraries, if you wish</li>
</ol>
......
......@@ -115,7 +115,7 @@
<p><a href="license.html" id="menu_License">License</a></p>
<p><a href="acknowledgments.html" id="menu_Acknowledgments">Acknowledgments</a></p>
<p><a href="mailto:nektar-inquiry@sci.utah.edu" id="menu_Contact">Contact</a></p>
<p style="font-size:9px;">Last Revision:<br/>$Date: 2008/06/06 16:22:04 $</p>
<p style="font-size:9px;">Last Revision:<br/>$Date: 2008/06/06 19:43:56 $</p>
</div>
<div id="mainContent">
<!-- InstanceBeginEditable name="Title" -->
......@@ -153,7 +153,7 @@
<ol>
<li>In <em>ThirdParty\</em>, extract the boost_1_35_0.tar.bz2 archive. This will create <em>boost_1_35_0\</em>.</li>
<li>With the <em>Visual Studio Command Prompt</em>, change to the <em>ThirdParty\boost_1_35_0\</em> directory.</li>
<li>Type the following &quot;..\bjam-windows.exe --prefix=..\boost -s ZLIB_SOURCE=..\..\..\..\zlib-1.2.3 --build-type=complete --with-thread --with-iostreams --with-test --toolset=msvc-*.0 install&quot; (without the outer quotes) and press enter. This will compile the correct <em>Boost</em> libraries.
<li>Type the following &quot;..\bjam-windows.exe --prefix=..\boost -s ZLIB_SOURCE=..\..\..\..\zlib-1.2.3 --build-type=complete --with-thread --with-iostreams --with-test --with-date_time --toolset=msvc-*.0 install&quot; (without the outer quotes) and press enter. This will compile the correct <em>Boost</em> libraries.
<ul>
<li><strong>PLEASE READ:</strong> Replace the <em>*</em> in the line above with <em>8</em> if you are using Visual Studio 2005, or with <em>9</em> if you are using Visual Studio 2008.</li>
<li>I've seen some reports that Boost might not be able to find the zlib-1.2.3 directory specified by the relative path in the command line above. If this happens, you can replace the relative path with the absolute path of the zlib-1.2.3 directory (surround it in quotes).</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment