From e41adc04569ca7e104883dc54086ed10f2ba990c Mon Sep 17 00:00:00 2001 From: Bernd Flemisch <bernd@iws.uni-stuttgart.de> Date: Mon, 29 Mar 2021 11:14:53 +0000 Subject: [PATCH] Update README.md --- scripts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index 03bc57fb..df53eaf6 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -8,7 +8,7 @@ Installation guide dumux You can set up dumux using the attached script install.sh. You need to have the following REQUIREMENTS installed: - * gcc >= 4.9 + * gcc >= 7 * cmake >= 3.1 * git * pkg-config @@ -18,7 +18,7 @@ You need to have the following REQUIREMENTS installed: On debian-based system you can use this: ```bash - apt-get install build-essential pkg-config cmake git paraview wget gnuplot libsuitesparse-dev + apt-get install build-essential gfortran pkg-config cmake git paraview wget gnuplot libsuitesparse-dev ``` Then, you can the execute the script and it will download the dune repositories and dumux -- GitLab