From: Denis Davydov Date: Tue, 8 May 2018 21:04:00 +0000 (+0200) Subject: doc: say what we need from Gmsh X-Git-Tag: v9.1.0-rc1~1181^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=265916c302d991a716bce17d6c699c2a8034e209;p=dealii.git doc: say what we need from Gmsh --- diff --git a/doc/readme.html b/doc/readme.html index 521b76b73a..d81fe9309f 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -429,7 +429,7 @@

is a 3D finite element mesh generator. The executable can be used to create meshes from within deal.II by specifying the relevant input data. Gmsh should be readily packaged by most Linux distributions. (Don't forget to install a development version of the library). To use a self compiled version, specify - -DGMSH_DIR=/path/to/gmsh on the command line. + -DGMSH_DIR=/path/to/gmsh on the command line. Note that netgen, tetgen and blas support has to be enabled in Gmsh.