From ee947b30da5cfa375a0f4e7914a0338ab6858418 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 9 May 2018 08:05:24 +0800 Subject: [PATCH] Update the Gmsh entry in readme.html. --- doc/readme.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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.

-- 2.39.5