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
7ded3a2d
Commit
7ded3a2d
authored
14 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
cleanup
parent
fb742d31
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
README.txt
+9
-6
9 additions, 6 deletions
README.txt
with
9 additions
and
6 deletions
README.txt
+
9
−
6
View file @
7ded3a2d
...
...
@@ -10,9 +10,11 @@ See the doc/ and tutorial/ directories for documentation. The
reference manual is located in doc/texinfo/. See the demos/ directory
and the web site http://geuz.org/gmsh for additional examples.
Building Gmsh from source requires CMake (http://www.cmake.org).
Building the graphical user interface requires FLTK 1.1.7 or above
(http://www.fltk.org), configured with OpenGL support.
Building Gmsh from its source code requires a C++ compiler and CMake
(http://cmake.org). Building the graphical user interface requires
FLTK 1.1.7 or above (http://fltk.org), configured with OpenGL
support. Building the 64 bit graphical version on MacOS X requires
FLTK 1.3.
Build Gmsh using CMake's graphical user interface
...
...
@@ -70,16 +72,17 @@ Build Gmsh from the command line
ccmake ..
or you can specify options directly on the command line, for example
or you can specify options directly on the command line. For
example, you can use
cmake -DCMAKE_PREFIX_PATH=/opt/local ..
to specify the location of external packages installed in
non-standard directories
,
non-standard directories
. You can use
cmake -DCMAKE_INSTALL_PREFIX=/opt
to change the installation directory
, or
to change the installation directory
. Or you can use
cmake -DENABLE_FLTK=0 ..
...
...
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