From 39591dac75a9d06971c52ca83df68778fe91f5f1 Mon Sep 17 00:00:00 2001
From: Philipp Nuske <philipp.nuske@mailbox.org>
Date: Mon, 10 Jan 2011 13:12:56 +0000
Subject: [PATCH] dumux cannnot be build without any options, at least
 fno-strict-aliasing needs to be handed over.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4983 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 doc/handbook/install.tex | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/handbook/install.tex b/doc/handbook/install.tex
index 77dad0caf7..e803c4fcb2 100644
--- a/doc/handbook/install.tex
+++ b/doc/handbook/install.tex
@@ -169,7 +169,7 @@ But a \Dune build still needs to know where they are. You have to refer to them
 \label{buildIt}
 To compile \Dumux without additional options file, type in the {\Dune}-ROOT-directory (called \texttt{DUMUX} before):
 \begin{center}
- \texttt{./dune-common/bin/dunecontrol all}
+ \texttt{./dune-common/bin/dunecontrol --configure-opts="CXXFLAGS=-fno-strict-aliasing"  all}
 \end{center}
 
 If you want to compile in the debugging mode, type in the folder \texttt{DUMUX}: 
@@ -181,7 +181,8 @@ Otherwise you can type
 \begin{center}
 \texttt{./dune-common/bin/dunecontrol --opts=\$DUMUX\_ROOT/optim.opts all}
 \end{center}
-in order to get an optimized compilation (better performance, but no possibility to use a debugger).
+in order to get an optimized compilation (better performance, but no possibility to use a debugger). The expression \verb+\$DUMUX\_ROOT+
+needs to be replaced by the path to the directory \texttt{dumux-devel} was checked out to. 
 
 This uses the \Dune build-system. If it does not work, please have a look at the file \texttt{INSTALL} in the \Dumux root directory (if you use SVN, this \texttt{\$DUMUX\_ROOT} is usually \texttt{dumux}, 
 if you use a released version it is usually \texttt{dumux-VERSION}). 
-- 
GitLab