From: Wolfgang Bangerth Date: Wed, 9 May 2018 00:05:24 +0000 (+0800) Subject: Update the Gmsh entry in readme.html. X-Git-Tag: v9.1.0-rc1~1178^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6543%2Fhead;p=dealii.git Update the Gmsh entry in readme.html. --- diff --git a/doc/readme.html b/doc/readme.html index d81fe9309f..8f95d76d1d 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -427,9 +427,15 @@ Gmsh

- 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. Note that netgen, tetgen and blas support has to be enabled in Gmsh. + Gmsh + is a 3D 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. To use a + self compiled version, + pass -DGMSH_DIR=/path/to/gmsh to the + deal.II CMake call. Note that netgen, tetgen and + blas support has to be enabled in Gmsh.