Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
732f87f7
Commit
732f87f7
authored
22 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
add ./configure --help and a pointer to the reference manual
parent
0ad47e13
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+17
-12
17 additions, 12 deletions
README
with
17 additions
and
12 deletions
README
+
17
−
12
View file @
732f87f7
...
@@ -8,25 +8,30 @@ To install Gmsh, type
...
@@ -8,25 +8,30 @@ To install Gmsh, type
make
make
make install
make install
This requires
the GSL (version
1.2 or higher
;
freely available from
This requires
GSL
1.2 or higher
(
freely available from
http://sources.redhat.com/gsl/) and FLTK
(
version 1.1.x
,
configured
http://sources.redhat.com/gsl/) and FLTK version 1.1.x
(
configured
with OpenGL support; freely available from http://www.fltk.org)
to be
with OpenGL support; freely available from http://www.fltk.org)
. You
installed on your system. If not in default locations, you can either
can use the --with-fltk-prefix and --with-gsl-prefix configure options
use the --with-fltk-prefix and --with-gsl-prefix configure options, or
(or define the FLTK_DIR and GSL_DIR environment variables) if the
you can set the environment variables FLTK_DIR and GSL_DIR. Compiling
libraries are not installed in their default locations. Please note
the Windows version requires the Cygwin tools (freely
available from
that compiling
the Windows version requires the Cygwin tools (freely
http://www.cygwin.com).
available from
http://www.cygwin.com).
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
FLTK
nor OpenGL), type
nor OpenGL), type
./configure --disable-gui
./configure --disable-gui
make
make
make install
make install
For a description of all other configuration options, type
./configure --help
Gmsh is distributed under the terms of the GNU General Public
Gmsh is distributed under the terms of the GNU General Public
License. See doc/COPYING for more information.
License. See doc/COPYING for more information.
See the doc/ and tutorial/ directories for documentation.
See the doc/ and tutorial/ directories for documentation. The
reference manual is located in doc/texinfo/.
See the demos/ directory for additional examples.
See the demos/ directory for additional examples.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment