Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gmsh gmsh
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 264
    • Issues 264
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gmsh
  • gmshgmsh
  • Wiki
  • Gmsh compilation

Gmsh compilation · Changes

Page history
Update Gmsh compilation authored Oct 02, 2020 by Christophe Geuzaine's avatar Christophe Geuzaine
Hide whitespace changes
Inline Side-by-side
Gmsh-compilation.md
View page @ 4237ab62
......@@ -58,7 +58,7 @@ tar zxvf fltk-1.3.4-2-source.tar.gz
cd fltk-1.3.4-2
./configure
# Notes:
# * by default FLTK is compiled as a static library, which has been reported to cause issues on some systems; to build a shared library, add --enable-shared
# * by default FLTK is compiled as a static library, which has been reported to cause issues with OpenGL libraries on some systems; to build a shared library, add --enable-shared
# * if you don't have root access, add --prefix==path-to-install
make
sudo make install
......
Clone repository
  • First Gmsh Workshop
  • Git cheat sheet
  • Gmsh compilation
  • Second Gmsh Workshop
  • Third Gmsh Workshop
  • Home