Difference between revisions of "Installation/Linux/OpenFOAM-1.6-ext"

From OpenFOAMWiki
m (Introduction: "'s" was pointless...)
(should checkout to a branch)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
; Maintainer: The current maintainer of this page is [[User:Wyldckat|Wyldckat]] ([[User talk:Wyldckat|talk]]).
 
; Maintainer: The current maintainer of this page is [[User:Wyldckat|Wyldckat]] ([[User talk:Wyldckat|talk]]).
  
<br>
 
'''THIS PAGE IS STILL UNDER CONSTRUCTION''' - [[User:Wyldckat|Wyldckat]] ([[User talk:Wyldckat|talk]]) 12:12, 20 October 2012 (CEST)
 
 
<br>
 
<br>
  
Line 18: Line 16:
  
 
= Installing from source code =
 
= Installing from source code =
The official instructions are made available here: [http://openfoam-extend.git.sourceforge.net/git/gitweb.cgi?p=openfoam-extend/OpenFOAM-1.6-ext;a=tree;f=doc/buildInstructions Building Instructions]
+
The official instructions are made available here:
 +
* [http://sourceforge.net/p/openfoam-extend/OpenFOAM-1.6-ext/ci/1.6.1/tree/doc/buildInstructions/ Building Instructions at the official Extend repository]
 +
* [http://repo.or.cz/w/openfoam-extend-OpenFOAM-1.6-ext.git/tree/1.6.1:/doc/buildInstructions Building Instructions at repo.or.cz mirror]
 +
* [https://github.com/Unofficial-Extend-Project-Mirror/openfoam-extend-OpenFOAM-1.6-ext/tree/1.6.1/doc/buildInstructions Building Instructions at Unofficial-Extend-Project-Mirror@github mirror]
 +
 
 +
== Note regarding foam-extend-3.0 ==
 +
Keep in mind that after since {{tt|foam-extend-3.0}} has been released, one should checkout the branch {{tt|1.6.1}} after running {{tt|git clone}}; for example:
 +
<bash>git clone git://git.code.sf.net/p/openfoam-extend/OpenFOAM-1.6-ext
 +
cd OpenFOAM-1.6-ext
 +
git checkout 1.6.1 -b 16ext
 +
</bash>
 +
Then continuing following the instructions meant for the old 1.6-ext version.
  
  
 
[[Category:Installing OpenFOAM on Linux]]
 
[[Category:Installing OpenFOAM on Linux]]

Latest revision as of 12:49, 25 December 2013

Maintainer
The current maintainer of this page is Wyldckat (talk).


1 Introduction

This page aims to explain how to install the foam-extend project OF Version 16ext.png (this is a variant of OpenFOAM 1.6.x) on any Linux Distribution.

In the following chapters and sections is explained how to generally install OpenFOAM 1.6-ext and related dependencies, such as ParaView:

For dedicated instructions (complete and/or partial) for each Linux Distribution:

Installation/Linux/OpenFOAM-1.6-ext/CentOS SL RHELInstallation/Linux/OpenFOAM-1.6-ext/DebianInstallation/Linux/OpenFOAM-1.6-ext/Ubuntu
Installation/Linux/OpenFOAM-1.6-ext/openSUSE


2 Installing from source code

The official instructions are made available here:

2.1 Note regarding foam-extend-3.0

Keep in mind that after since foam-extend-3.0 has been released, one should checkout the branch 1.6.1 after running git clone; for example:

git clone git://git.code.sf.net/p/openfoam-extend/OpenFOAM-1.6-ext
cd OpenFOAM-1.6-ext
git checkout 1.6.1 -b 16ext

Then continuing following the instructions meant for the old 1.6-ext version.