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

Added compile instructions for additional boost libraries

git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@2095 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
parent 472adf85
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@
</p>
<p style="font-size:9px;">
Last Revision:<br/>$Date: 2009/10/30 13:56:36 $
Last Revision:<br/>$Date: 2009/11/02 19:15:42 $
</p>
</div>
<div id="mainContent">
......@@ -299,7 +299,7 @@
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 --with-date_time --toolset=gcc install&quot; (without the quotes). This will place the compiled libraries and include files in the correct path.
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 --with-filesystem --with-system --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>
......
......@@ -124,7 +124,7 @@
<p style="font-size: 9px;">Last Revision:<br>
$Date: 2009/06/29 09:24:47 $</p>
$Date: 2009/10/30 13:56:36 $</p>
</div>
......@@ -256,7 +256,7 @@ type "make" (again, without the quotes).</li>
<li>Change to the <em>boost_1_35_0/</em> directory, and
type "../boost-jam-3.1.16/bin.macosxx86/bjam --prefix=../boost
--build-type=complete --with-thread --with-iostreams --with-test
--with-date_time --toolset=darwin install" (without the quotes). This
--with-date_time --with-filesystem --with-system --toolset=darwin install" (without the quotes). This
will place the compiled libraries and include files in the correct
path.
<ol>
......
......@@ -111,7 +111,7 @@
<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: 2009/06/29 09:24:47 $</p>
<p style="font-size:9px;">Last Revision:<br/>$Date: 2009/10/30 13:56:36 $</p>
</div>
<div id="mainContent">
<!-- InstanceBeginEditable name="Title" -->
......@@ -191,7 +191,7 @@
</li>
<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 --with-date_time --toolset=msvc-9.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 --with-filesystem --with-system --toolset=msvc-9.0 install&quot; (without the outer quotes) and press enter. This will compile the correct <em>Boost</em> libraries.
<ul>
<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>
</ul>
......
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