Removed the dependence on pdelab from the INSTALL file, acknowledged the 2.1.1 release of common in the handbook

This commit is contained in:
Bernd Flemisch 2011-12-20 08:38:30 +00:00 committed by Andreas Lauser
parent 9924b8b49e
commit 366fe98949

View File

@ -84,7 +84,7 @@ After extraction, the actual name of the dumux root directory is \texttt{dumux-2
\begin{lstlisting}[style=Bash]
$ mkdir DUMUX
$ cd DUMUX
$ tar xzvf path_to_tarball_of/dune-common-2.1.0.tar.gz
$ tar xzvf path_to_tarball_of/dune-common-2.1.1.tar.gz
$ tar xzvf path_to_tarball_of/dune-grid-2.1.0.tar.gz
$ tar xzvf path_to_tarball_of/dune-istl-2.1.0.tar.gz
$ tar xzvf path_to_tarball_of/dune-localfunctions-2.1.0.tar.gz
@ -126,7 +126,7 @@ The \Dune modules of the stable 2.1.0 release are checked out as described on th
\begin{lstlisting}[style=Bash]
$ mkdir DUMUX
$ cd DUMUX
$ svn co https://svn.dune-project.org/svn/dune-common/tags/2.1.0 dune-common
$ svn co https://svn.dune-project.org/svn/dune-common/tags/2.1.1 dune-common
$ svn co https://svn.dune-project.org/svn/dune-grid/tags/2.1.0 dune-grid
$ svn co https://svn.dune-project.org/svn/dune-istl/tags/2.1.0 dune-istl
$ svn co https://svn.dune-project.org/svn/dune-localfunctions/tags/2.1.0 dune-localfunctions