Installation/Linux/foam-extend-3.1/Ubuntu

From OpenFOAMWiki
< Installation‎ | Linux‎ | foam-extend-3.1
Revision as of 16:06, 11 August 2014 by Dchrist (Talk | contribs)

1 Introduction

This page is dedicated to preparing an Ubuntu system for installing the foam-extend project OF Version 31ext.png.


2 Ubuntu versions

2.1 Ubuntu 12.04

Run the following command:

sudo apt-get update
sudo apt-get install git-core build-essential binutils-dev flex \
bison zlib1g-dev qt4-dev-tools libqt4-dev libncurses5-dev \
libxt-dev rpm mercurial graphviz

Then continue following the instructions on the previous page, subsection Get the source code.


2.2 Ubuntu 13.10

Follow the same steps as in Ubuntu 12.04.


2.3 Ubuntu 14.04

Run the following command:

sudo apt-get update
sudo apt-get install git-core build-essential binutils-dev flex \
bison zlib1g-dev qt4-dev-tools libqt4-dev libncurses5-dev libiberty-dev\
libxt-dev rpm mercurial graphviz

Then continue following the instructions on the previous page, subsection Get the source code.