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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
11a01525
Commit
11a01525
authored
22 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
specify GSL version + GPL
parent
1e96351c
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
+10
-5
10 additions, 5 deletions
README
with
10 additions
and
5 deletions
README
+
10
−
5
View file @
11a01525
...
@@ -8,11 +8,13 @@ To install Gmsh, type
...
@@ -8,11 +8,13 @@ To install Gmsh, type
make
make
make install
make install
This requires the GSL (http://sources.redhat.com/gsl/) and FLTK 1.1.x
This requires the GSL (version 1.2 or higher; freely available from
(http://www.fltk.org), configured with OpenGL support, to be installed
http://sources.redhat.com/gsl/) and FLTK (version 1.1.x, configured
on your system. If not in default locations, you can either use the
with OpenGL support; freely avialable form see http://www.fltk.org),
--with-fltk-prefix and --with-gsl-prefix configure options, or you can
to be installed on your system. If not in default locations, you can
set the environment variables FLTK_DIR and GSL_DIR.
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
To install a non-graphical version of Gmsh (that does not require
FLTK nor OpenGL), type
FLTK nor OpenGL), type
...
@@ -21,6 +23,9 @@ FLTK nor OpenGL), type
...
@@ -21,6 +23,9 @@ FLTK nor OpenGL), type
make
make
make install
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 doc/ and tutorial/ directories for documentation.
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