From 11a015252a6b92010964e3741baef42bf0e58834 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 18 Feb 2003 17:54:46 +0000 Subject: [PATCH] specify GSL version + GPL --- README | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README b/README index 96383dded6..94ebb878d0 100644 --- a/README +++ b/README @@ -8,11 +8,13 @@ To install Gmsh, type make make install -This requires the GSL (http://sources.redhat.com/gsl/) and FLTK 1.1.x -(http://www.fltk.org), configured with OpenGL support, to be installed -on your system. If not in default locations, you can either use the ---with-fltk-prefix and --with-gsl-prefix configure options, or you can -set the environment variables FLTK_DIR and GSL_DIR. +This requires the GSL (version 1.2 or higher; freely available from +http://sources.redhat.com/gsl/) and FLTK (version 1.1.x, configured +with OpenGL support; freely avialable form see http://www.fltk.org), +to be installed on your system. If not in default locations, you can +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 FLTK nor OpenGL), type @@ -21,6 +23,9 @@ FLTK nor OpenGL), type make 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 demos/ directory for additional examples. -- GitLab