Skip to content
Snippets Groups Projects
Commit 083be61e authored by Michael DeLisi's avatar Michael DeLisi
Browse files

Changed the boost compile instructions.

git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@1310 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
parent 55a4b0e6
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@
<p><a href="demos.html" id="menu_Demos">Demos</a></p>
<p><a href="http://www.nektar.info/2nd_edition/" target="_blank" id="menu_Book2ndEd">Spectral/hp element methods for CFD</a> (Karniadakis and Sherwin)</p>
<p><a href="educational_material.html" id="menu_EducationalMaterial">Educational Material</a></p>
<p style="font-size:9px;">$Date: 2008/05/25 16:42:40 $</p>
<p style="font-size:9px;">$Date: 2008/05/30 01:37:42 $</p>
</div>
<div id="mainContent">
<!-- InstanceBeginEditable name="Title" -->
......@@ -140,9 +140,9 @@
<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. This will create <em>boost_1_35_0\</em>.</li>
<li>Rename <em>boost_1_35_0\</em> to <em>boost\</em>.</li>
<li>With the <em>Visual Studio 2005 Command Prompt</em>, change to the <em>ThirdParty\boost\</em> directory.</li>
<li>Type the following &quot;..\bjam-windows.exe --toolset=msvc-8.0 -s ZLIB_SOURCE=&quot;../../../../zlib-1.2.3&quot; --stagedir=. --with-filesystem --with-thread --with-test --with-iostreams stage --build-type=complete&quot; (without the outer quotes) and press enter. This will compile the <em>B</em><em>oost</em> libraries needed and place them in the correct directory.</li>
<li>With the <em>Visual Studio 2005 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-8.0 install&quot; (without the outer quotes) and press enter. This will compile the correct <em>Boost</em> libraries.</li>
<li>Next, the <em>Boost include files</em> need to be moved to the correct location so CMake can find them. Type the following, still in the <em>boost_1_35_0/</em> directory: &quot;move ..\boost\include\boost-1_35\boost ..\boost&quot; (without the quotes).</li>
</ol>
</li>
<li>Extract the blaslapack-dll.zip archive. This will create blas_win32.* and lapack_win32.* files in <em>ThirdParty\</em>.</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