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

From OpenFOAMWiki
(Installing from source code: fixed linked to the new repo)
(should checkout to a branch)
 
(3 intermediate revisions by the same user not shown)
Line 17: Line 17:
 
= Installing from source code =
 
= Installing from source code =
 
The official instructions are made available here:
 
The official instructions are made available here:
* [http://sourceforge.net/p/openfoam-extend/OpenFOAM-1.6-ext/ci/master/tree/doc/buildInstructions/ Building Instructions at the official Extend repository]
+
* [http://sourceforge.net/p/openfoam-extend/OpenFOAM-1.6-ext/ci/1.6.1/tree/doc/buildInstructions/ Building Instructions at the official Extend repository]
* [https://github.com/ogoe/OpenFOAM-1.6-ext/tree/sf/master/doc/buildInstructions Building Instructions at ogoe@github mirror]
+
* [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]
* [http://repo.or.cz/w/OpenFOAM-1.6-ext.git/tree/HEAD:/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.