Difference between revisions of "Installation/Linux/foam-extend-3.0/Ubuntu"

From OpenFOAMWiki
m (Ubuntu 14.04: fixed typo)
(sudo apt-get update)
 
Line 8: Line 8:
  
 
== Ubuntu 12.04 ==
 
== Ubuntu 12.04 ==
Run the following command:
+
Run the following commands:
<bash>sudo apt-get install git-core build-essential binutils-dev flex \
+
<bash>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 \
 
bison zlib1g-dev qt4-dev-tools libqt4-dev libncurses5-dev \
 
libxt-dev rpm mercurial graphviz
 
libxt-dev rpm mercurial graphviz
Line 27: Line 28:
 
== Ubuntu 14.04 ==
 
== Ubuntu 14.04 ==
  
Run the following command:
+
Run the following commands:
<bash>sudo apt-get install git-core build-essential binutils-dev flex \
+
<bash>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 \
 
bison zlib1g-dev qt4-dev-tools libqt4-dev libncurses5-dev libiberty-dev \
 
libxt-dev rpm mercurial graphviz
 
libxt-dev rpm mercurial graphviz

Latest revision as of 12:48, 11 September 2016

1 Introduction

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


2 Ubuntu versions

2.1 Ubuntu 12.04

Run the following commands:

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 create an additional link:

sudo ln -s /usr/bin/make /usr/bin/gmake

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 commands:

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 create an additional link:

sudo ln -s /usr/bin/make /usr/bin/gmake

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