Skip to content
Snippets Groups Projects
Commit 11a01525 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

specify GSL version + GPL
parent 1e96351c
No related branches found
No related tags found
No related merge requests found
...@@ -8,11 +8,13 @@ To install Gmsh, type ...@@ -8,11 +8,13 @@ To install Gmsh, type
make make
make install make install
This requires the GSL (http://sources.redhat.com/gsl/) and FLTK 1.1.x This requires the GSL (version 1.2 or higher; freely available from
(http://www.fltk.org), configured with OpenGL support, to be installed http://sources.redhat.com/gsl/) and FLTK (version 1.1.x, configured
on your system. If not in default locations, you can either use the with OpenGL support; freely avialable form see http://www.fltk.org),
--with-fltk-prefix and --with-gsl-prefix configure options, or you can to be installed on your system. If not in default locations, you can
set the environment variables FLTK_DIR and GSL_DIR. either use the --with-fltk-prefix and --with-gsl-prefix configure
options, or you can set the environment variables FLTK_DIR and
GSL_DIR.
To install a non-graphical version of Gmsh (that does not require To install a non-graphical version of Gmsh (that does not require
FLTK nor OpenGL), type FLTK nor OpenGL), type
...@@ -21,6 +23,9 @@ FLTK nor OpenGL), type ...@@ -21,6 +23,9 @@ FLTK nor OpenGL), type
make make
make install make install
Gmsh is distributed under the terms of the GNU General Public
License. See doc/COPYING for more information.
See the doc/ and tutorial/ directories for documentation. See the doc/ and tutorial/ directories for documentation.
See the demos/ directory for additional examples. See the demos/ directory for additional examples.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment