Skip to content
Snippets Groups Projects
Commit 8c801eae authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Changed install instructions a little bit.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7937 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent fd88a979
No related branches found
No related tags found
No related merge requests found
...@@ -22,22 +22,18 @@ following DUNE modules into your source directory: ...@@ -22,22 +22,18 @@ following DUNE modules into your source directory:
- dune-istl from [1] - dune-istl from [1]
- dune-localfuctions from [1] - dune-localfuctions from [1]
Use the 2.1 release of the DUNE core modules. Use the 2.1.1 release of the DUNE core modules.
Next, you need to decide whether you want to compile in debug or in With option files you can enable options, set compiler flags and
optimized mode. Example files are located in $DUMUX_ROOT/optim.opts define paths to external libraries. Exemplary option files are located
and $DUMUX_ROOT/debug.opts respectively. ($DUMUX_ROOT is the in $DUMUX_ROOT/optim.opts and $DUMUX_ROOT/debug.opts respectively.
directory where the unpacked files of the DuMuX distribution are ($DUMUX_ROOT is the directory where the unpacked files of the DuMuX
located.) distribution are located.)
Next, compile everything with Now compile everything with
./dune-common/bin/dunecontrol --opts=$(DUMUX_ROOT)/optim.opts --module=dumux all ./dune-common/bin/dunecontrol --opts=$(DUMUX_ROOT)/optim.opts --module=dumux all
Finally, install DUNE and DuMuX headers to your system by
./dune-common/bin/dunecontrol --module=dumux make install
A more comprehensive introduction to the DUNE build system can be A more comprehensive introduction to the DUNE build system can be
found in [2]. found in [2].
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment