diff --git a/README b/README index 46afa6528ebf525387ec2b5ea987f829056959d2..e8ada55e91cb1f6d70b4fcff164aa9dae7afe2ba 100644 --- a/README +++ b/README @@ -7,14 +7,9 @@ To install Gmsh, type make make install -This FLTK 1.1.7 or above (configured with OpenGL support; freely -available from http://www.fltk.org). You can use the ---with-fltk-prefix configure options (or define the FLTK_PREFIX -environment variable) if the libraries are not installed in their -default locations. - -To install a non-graphical version of Gmsh (that does not require FLTK -nor OpenGL), type +This requires FLTK 1.1.7 or above, configured with OpenGL support. +FLTK is freely available from http://www.fltk.org. To install a +non-graphical version of Gmsh (that does not require FLTK), type ./configure --disable-gui make