From 52ef3fc0e107a42a7b3437819952d1d0b8c59663 Mon Sep 17 00:00:00 2001 From: Bernd Flemisch <bernd@iws.uni-stuttgart.de> Date: Tue, 14 Oct 2014 07:59:37 +0000 Subject: [PATCH] clarified location of checkout-dumux in handbook git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13477 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- doc/handbook/dumux-handbook.bib | 5 +++++ doc/handbook/quick-install.tex | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/handbook/dumux-handbook.bib b/doc/handbook/dumux-handbook.bib index 37a8858e24..99252007b8 100644 --- a/doc/handbook/dumux-handbook.bib +++ b/doc/handbook/dumux-handbook.bib @@ -933,6 +933,11 @@ key = {DUMUX} } +@MISC{DUMUX-DOWNLOAD, + title = {{DuMuX} download folder: \url{http://www.dumux.org/download/}}, + key = {DUMUX-DOWNLOAD} +} + @MISC{DUNE-BS, title = {{DUNE} Build System Howto: \url{http://www.dune-project.org/doc/buildsystem/buildsystem.pdf}}, key = {DUNE-BS} diff --git a/doc/handbook/quick-install.tex b/doc/handbook/quick-install.tex index a09d59a55f..80459c6c4a 100644 --- a/doc/handbook/quick-install.tex +++ b/doc/handbook/quick-install.tex @@ -8,8 +8,8 @@ instructions in Section \ref{install}. \subsection{Obtaining the code with the script \texttt{checkout-dumux}} -The shell-script \texttt{checkout-dumux} facilitates setting up a {\Dune}/{\Dumux} directory tree (currently for the trunk version). -It is contained in the download section of the \Dumux web page \cite{DUMUX-HP}. +The shell-script \texttt{checkout-dumux} facilitates setting up a {\Dune}/{\Dumux} directory tree. +It is available at \cite{DUMUX-DOWNLOAD}. For example the second line below will check out the required \Dune modules and \texttt{dumux}, \texttt{dumux-devel} and the \texttt{external} folder, which contains some useful external software and libraries. Again, \texttt{joeuser} needs to be replaced by the actual user name. -- GitLab