From 55bd53dc45822475744c7f0fa029aa81c41074c4 Mon Sep 17 00:00:00 2001 From: Ned Coltman <edward.coltman@iws.uni-stuttgart.de> Date: Tue, 16 Oct 2018 16:58:10 +0200 Subject: [PATCH] Update README.md --- scripts/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/README.md b/scripts/README.md index 0e127977..03bc57fb 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -17,17 +17,23 @@ You need to have the following REQUIREMENTS installed: * wget (to download some config files during the installation) On debian-based system you can use this: +```bash apt-get install build-essential 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 and configure all modules with CMake +```bash ./install.sh +``` This will clone the necessary repositories (in a subfolder 'dumux'), build all libaries. Run the script test_dumux.sh in the newly created dumux folder to test your installation of dumux. +```bash ./test_dumux.sh +``` It will compile and run a simple one-phase ground water flow example and visualizes the result using paraview. -- GitLab