System preparations of openSUSE 13.2 for foam-extend-3.2

I downloaded the source code of foam-extend-3.2 and built it on openSUSE 13.2.

For the system preparations, I refered the following pages:

https://openfoamwiki.net/index.php/Installation/Linux/foam-extend-3.1/openSUSE
https://openfoamwiki.net/index.php/Installation/Linux/foam-extend-3.2/Ubuntu#Ubuntu_14.04


1. Become a super user and upgrade all installed packages

$ su
# zypper up


2. Install packages.
(I am not sure all packages below are necessary or not and not sure the way I write here works for clean-installed openSUSE 13.2 because I tried many other things until I succeeded in building foam-extend-3.2. That's why I don't contribute to https://openfoamwiki.net/index.php/Installation/Linux/foam-extend-3.2.)

# zypper in
    git git-core
    openmpi-devel
    gnuplot
    -t pattern devel_qt4
    cmake
    -t pattern devel_basis
    rpm-build
    mercurial
    graphviz

The remaining steps from "Get the source code" worked for me.

Comments