diff --git a/doc/handbook/2_detailedinstall.tex b/doc/handbook/2_detailedinstall.tex index cf08e9b3d70e3a97c1a2f8b74c2bbfa41414b3d3..438a85b68726d942b709ac812c2b604a6a10408a 100644 --- a/doc/handbook/2_detailedinstall.tex +++ b/doc/handbook/2_detailedinstall.tex @@ -41,7 +41,7 @@ After extracting the source code for all relevant \Dune modules, including \Dumu by the shell-command \texttt{dunecontrol} which is part of the \Dune build system. \subsection{Prerequisites} \label{sec:prerequisites} -A reasonable recent C++ compiler (g++, clang++ or Intels ICC), CMake (version 2.8.6 or newer) and their +A reasonable recent C++ compiler (g++ (4.8), clang++ (3.5), or Intels ICC), CMake (version 2.8.12 or newer) and their dependencies are required. For a list of prerequisite software packages to install see \cite{DUNE-WIKI-PREREQUISITE-SOFTWARE}. @@ -139,7 +139,7 @@ $ git clone -b releases/2.0 https://gitlab.dune-project.org/PDELab/dune-pdelab.g The newest and maybe unstable developments are also provided in these repositories and is called \emph{master}. Please check the \Dune website \cite{DUNE-DOWNLOAD-GIT} for further information. However, the current \Dumux release -is based on the stable 2.4 release and it might not compile without further adaptations using the the newest versions of \Dune. +is based on the stable 2.4 release and it might not compile without further adaptations using the newest versions of \Dune. Furthermore, if you wish to install the optional \Dune Grid-Howto which provides a tutorial on the Dune grid interface, act similar.