Skip to content
Snippets Groups Projects
Commit 54e8abd3 authored by Chris Cantwell's avatar Chris Cantwell
Browse files

Updated webpage to include latest release.

Incremented version number.
Modified instructions to rename ThirdParty-[version] to ThirdParty.


git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@3238 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
parent 01509a01
No related branches found
Tags v3.0.1
No related merge requests found
3.0.0
3.0.1
......@@ -10,6 +10,7 @@ library/Demos/MultiRegions/ExtraDemos
solvers/ADR2DManifoldSolver
solvers/FitzHughNagumoSolver
solvers/CardiacEPSolver
solvers/APESolver
docs/*.doc
docs/arch
docs/emacs
......@@ -23,3 +24,5 @@ docs/html/*.html
docs/html/*.php
docs/html/*.css
utilities/PreProcessing/Extras
utilities/PostProcessing/FldCalcBCs.cpp
utilities/PostProcessing/MoveMesh.cpp
......@@ -189,8 +189,9 @@
indicate a directory by following its name with a forward slash.
</p>
<ol>
<li>
Put the <em>ThirdParty/</em> directory in
<li>
Unpack the <em>ThirdParty-3.x.x.tar.gz</em> file. Rename the
resulting directory to <em>ThirdParty/</em> and put it in
<em>Nektar++/</em>. (This will mean <em>library/</em> and
<em>ThirdParty/</em> are both sub-directories of the original
<em>Nektar++/</em>.)
......
......@@ -121,7 +121,7 @@ name with a forward slash.</p>
<ol>
<li>Put the <em>ThirdParty/</em> directory in <em>Nektar++/</em>. (This will mean <em>library/</em> and <em>ThirdParty/</em> are both sub-directories of the original <em>Nektar++/</em>.)</li>
<li>Unpack the <em>ThirdParty-3.x.x.tar.gz</em> file. Rename the resulting directory to <em>ThirdParty/</em> and put it in <em>Nektar++/</em>. (This will mean <em>library/</em> and <em>ThirdParty/</em> are both sub-directories of the original <em>Nektar++/</em>.)</li>
<li>At the terminal in <em>ThirdParty/</em>, extract the tinyxml_2_4_3.zip archive with
<div class="code"><pre>unzip tinyxml_2_4_3.zip</pre></div>
......
......@@ -120,7 +120,7 @@ Material</a></p>
<a name="Organizing_the_ThirdParty_Source_Files"></a> Organizing the ThirdParty Source Files</h3>
<p align="left">You will be given a Nektar++ directory and a ThirdParty directory (includes needed libraries from output sources). These need to be organized into the correct directory heirarchy for CMake to find all of the required files. I will indicate a directory by following its name with a backslash.</p>
<ol>
<li>Put the ThirdParty directory in <em>Nektar++\</em>. (This will mean <em>library\</em> and <em>ThirdParty\</em> are both sub-directories of the original <em>Nektar++\</em>.)</li>
<li>Unpack the <em>ThirdParty-3.x.x.tar.gz</em> file and rename the resulting directory to <em>ThirdParty</em>. Put the ThirdParty directory in <em>Nektar++\</em>. (This will mean <em>library\</em> and <em>ThirdParty\</em> are both sub-directories of the original <em>Nektar++\</em>.)</li>
<li>In <em>ThirdParty\</em>, extract the tinyxml_2_4_3.zip archive. This will create <em>tinyxml\</em>. </li>
<li>
Extract the loki-0.1.3.tar.bz2 archive. This will create <em>loki-0.1.3\</em>.
......
......@@ -47,6 +47,11 @@ Material</a></p>
<!-- InstanceEndEditable -->
<hr>
<ul>
<li>
<h3 align="left">release 3.0.1 (October 2011) </h3>
<p><a href="downloads/nektar++-3.0.1.tar.gz">Nektar++ Linux/Windows Code</a></p>
<p><a href="downloads/ThirdParty-3.0.1.tar.gz">Required Third Party Libraries</a></p>
</li>
<li>
<h3 align="left">release 3.0.0 (August 2011) </h3>
<p><a href="downloads/nektar++-3.0.0.tar.gz">Nektar++ Linux/Windows Code</a></p>
......
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