From 08d1fc513a42a0dbd1102537dd162073cc30f1ab Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 29 Oct 2003 22:51:14 +0000
Subject: [PATCH] forgot to add this one

---
 utils/commercial/README | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 utils/commercial/README

diff --git a/utils/commercial/README b/utils/commercial/README
new file mode 100644
index 0000000000..885203c1fd
--- /dev/null
+++ b/utils/commercial/README
@@ -0,0 +1,33 @@
+This is Gmsh, an automatic three-dimensional finite element mesh
+generator, primarily Delaunay, with built-in pre- and post-processing
+facilities.
+
+To install Gmsh, type
+
+./configure --disable-gsl
+make
+make install
+
+This requires FLTK 1.1.x (configured with OpenGL support; freely
+available from http://www.fltk.org) properly installed on your
+system. Please note that compiling the Windows version requires the
+Cygwin tools (freely available from http://www.cygwin.com).
+
+To install a non-graphical version of Gmsh (that does not require FLTK
+nor OpenGL), type
+
+./configure --disable-gsl --disable-gui
+make
+make install
+
+For a description of all other configuration options, type
+
+./configure --help
+
+See doc/COPYING and doc/CREDITS for licensing and copyright
+information.
+
+See the doc/ and tutorial/ directories for documentation. The
+reference manual is located in doc/texinfo/.
+
+See the demos/ directory for additional examples.
-- 
GitLab