From a9e526efd52783cb775261f2e69ac2efb7df3bcf Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 28 Dec 2018 09:10:42 +0100 Subject: [PATCH] link to wiki for detailed compilation instructions --- doc/texinfo/gmsh.texi | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/texinfo/gmsh.texi b/doc/texinfo/gmsh.texi index 385df2d53b..d2740c4285 100644 --- a/doc/texinfo/gmsh.texi +++ b/doc/texinfo/gmsh.texi @@ -5060,6 +5060,12 @@ enable optional modules or features. Here is the list of CMake options: @end ftable +The wiki +(@uref{https://gitlab.onelab.info/gmsh/gmsh/wikis/Gmsh-compilation}) +contains more detailed instructions on how to compile Gmsh, including +the compilation of common dependencies. + + @c ========================================================================= @c Gmsh API @c ========================================================================= @@ -5129,7 +5135,7 @@ Yacc (actually, Flex and Bison), and the GUI relies on OpenGL for the 3D graphics and FLTK (@uref{http://www.fltk.org}) for the widget set. Gmsh's build system is based on CMake (@uref{http://www.cmake.org}). Practical notes on how to compile Gmsh's -source code is provided in @ref{Compiling the source code} (see also +source code are provided in @ref{Compiling the source code} (see also @ref{Frequently asked questions}). This section is for developers who would like to contribute directly to -- GitLab