From 79691a547ab7b3c4ffe66dbe74109817b4f5b4d3 Mon Sep 17 00:00:00 2001 From: Charles Troupin Date: Tue, 18 Apr 2023 11:13:18 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfd25a1..b9ce945 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ Tools to generate the finite element mesh are provided as well as tools to optim ### Prerequisites -✅ A fortran compiler: [gfortran](https://gcc.gnu.org/wiki/GFortran), [ifort](https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html), pgf, ... -✅ The [NetCDF](https://www.unidata.ucar.edu/software/netcdf/netcdf-4/newdocs/netcdf-f90.html) library for Fortran, needed for the writing of output files. +✅ A fortran compiler: [gfortran](https://gcc.gnu.org/wiki/GFortran), [ifort](https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html), pgf, ... +✅ The [NetCDF](https://www.unidata.ucar.edu/software/netcdf/netcdf-4/newdocs/netcdf-f90.html) library for Fortran, needed for the writing of output files. ✅ [gnuplot](http://www.gnuplot.info/)[optional] for the creation of graphics. For Debian architectures, you can run: