diff options
Diffstat (limited to 'academic/gmsh/README')
-rw-r--r-- | academic/gmsh/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/academic/gmsh/README b/academic/gmsh/README index e2980522f625d..2a501768db951 100644 --- a/academic/gmsh/README +++ b/academic/gmsh/README @@ -20,3 +20,9 @@ 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 |