mirror of
https://develop.openfoam.com/Development/ThirdParty-common.git
synced 2025-12-08 06:57:50 +00:00
Added some explanation
This commit is contained in:
16
README.html
16
README.html
@ -4,7 +4,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<title>OpenFOAM-dev Third-Party packages</title>
|
||||
<!-- 2014-12-31 Wed 18:17 -->
|
||||
<!-- 2014-12-31 Wed 18:28 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="generator" content="Org-mode" />
|
||||
<style type="text/css">
|
||||
@ -142,7 +142,7 @@ for the JavaScript code in this tag.
|
||||
<div id="text-table-of-contents">
|
||||
<ul>
|
||||
<li><a href="#sec-1">1. Description</a></li>
|
||||
<li><a href="#sec-2">2. The approximate order of execution:</a>
|
||||
<li><a href="#sec-2">2. Order of execution:</a>
|
||||
<ul>
|
||||
<li><a href="#sec-2-1">2.1. Optional</a></li>
|
||||
</ul>
|
||||
@ -173,12 +173,12 @@ Scripts for building third-party packages.
|
||||
</div>
|
||||
|
||||
<div id="outline-container-sec-2" class="outline-2">
|
||||
<h2 id="sec-2"><span class="section-number-2">2</span> The approximate order of execution:</h2>
|
||||
<h2 id="sec-2"><span class="section-number-2">2</span> Order of execution:</h2>
|
||||
<div class="outline-text-2" id="text-2">
|
||||
<ul class="org-ul">
|
||||
<li>makeGcc
|
||||
<li>makeGcc (recommended if the system gcc is < 4.7)
|
||||
</li>
|
||||
<li>Allwmake
|
||||
<li>Allwmake (Builds OpenMPI, Scotch etc.)
|
||||
</li>
|
||||
<li>makeCmake (if the system cmake version is < 2.8.8)
|
||||
</li>
|
||||
@ -190,9 +190,9 @@ Scripts for building third-party packages.
|
||||
<h3 id="sec-2-1"><span class="section-number-3">2.1</span> Optional</h3>
|
||||
<div class="outline-text-3" id="text-2-1">
|
||||
<ul class="org-ul">
|
||||
<li>AllwmakeLibccmio
|
||||
<li>AllwmakeLibccmio (Only required for conversion of STAR-CCM+ meshes)
|
||||
</li>
|
||||
<li>Allclean
|
||||
<li>Allclean (Only required to save disk space)
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@ -276,7 +276,7 @@ building on Ubuntu-14.10.
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="date">Date: 31st December 2014</p>
|
||||
<p class="date">Created: 2014-12-31 Wed 18:17</p>
|
||||
<p class="date">Created: 2014-12-31 Wed 18:28</p>
|
||||
<p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 25.0.50 (<a href="http://orgmode.org">Org</a> mode 8.2.10)</p>
|
||||
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||
</div>
|
||||
|
||||
10
README.org
10
README.org
@ -10,14 +10,14 @@
|
||||
* Description
|
||||
Scripts for building third-party packages.
|
||||
|
||||
* The approximate order of execution:
|
||||
+ makeGcc
|
||||
+ Allwmake
|
||||
* Order of execution:
|
||||
+ makeGcc (recommended if the system gcc is < 4.7)
|
||||
+ Allwmake (Builds OpenMPI, Scotch etc.)
|
||||
+ makeCmake (if the system cmake version is < 2.8.8)
|
||||
+ makeParaView4
|
||||
*** Optional
|
||||
+ AllwmakeLibccmio
|
||||
+ Allclean
|
||||
+ AllwmakeLibccmio (Only required for conversion of STAR-CCM+ meshes)
|
||||
+ Allclean (Only required to save disk space)
|
||||
* Versions and locations for the third party packages used
|
||||
*** Compiler
|
||||
The minimum version of gcc required is 4.5.0
|
||||
|
||||
Reference in New Issue
Block a user