summaryrefslogtreecommitdiffstats
path: root/academic/gmsh/README
diff options
context:
space:
mode:
Diffstat (limited to 'academic/gmsh/README')
-rw-r--r--academic/gmsh/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/academic/gmsh/README b/academic/gmsh/README
index e2980522f6..cbc93a7222 100644
--- a/academic/gmsh/README
+++ b/academic/gmsh/README
@@ -20,3 +20,11 @@ the documentation of the C++, C, Python and Julia API.
The source code repository contains many examples written using both
the built-in script language (see e.g. the tutorials and demos) and
the API.
+
+Note:
+If you want to build Getdp with Gmsh support is necessary to compile
+also a static gmsh library (libgmsh.a). This can be done by passing
+BUILDSTATICLIB=yes
+prior to run gmsh.SlackBuild
+In that case, you will also need to recompile Getdp when Gmsh is
+updated.