added a first version of a ubuntu package name list - this has to be improved!

Cherry picked from Dumux SVN trunk (revision 8681)
This commit is contained in:
Nicolas Schwenck 2012-07-20 07:16:33 +00:00 committed by Andreas Lauser
parent dcf43bb9da
commit 5f1b79c88b

View File

@ -56,6 +56,29 @@ For the extraction of the content of tar files, the GNU version of \texttt{tar}
The subversion (svn) software repositories can be accessed with help of a subversion client. We recommend the Apache Subversion command-line client \texttt{svn}
contained in Apache Subversion of version $\geqslant$ 1.6.0 \cite{APACHE-SUBVERSION-HP}.
\begin{table}
\centering
\begin{tabular}{lll}
subversion & git & libtool \\
automake & build-essential & libboost-all-dev \\
texlive-latex-base & doxygen & csh\\
\hline
for alberta: & & \\
freeglut3-dev & & \\
\hline
for parallel use: & & \\
openmpi-common & mpi-default-bin & mpi-default-dev \\
\hline
for ug parallel: & & \\
flex & bison & \\
\hline
for alberta parallel: & & \\
libblas-dev & & \\
\end{tabular}
\caption{Ubuntu package names for Ubuntu 12.04}
\label{tbl:ubuntu-pkg}
\end{table}
\section{Obtaining source code for \Dune and \Dumux}
As stated above, the \Dumux release 2.1.0 and trunk (developer tree) are based on the \Dune release 2.1.1,
comprising the core modules \texttt{dune-common}, \texttt{dune-grid}, \texttt{dune-istl} and \texttt{dune-localfunctions}.