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
08d1fc51
Commit
08d1fc51
authored
21 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
forgot to add this one
parent
26422ab8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
utils/commercial/README
+33
-0
33 additions, 0 deletions
utils/commercial/README
with
33 additions
and
0 deletions
utils/commercial/README
0 → 100644
+
33
−
0
View file @
08d1fc51
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.
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