manpagez: man pages & more
info gmsh
Home | html | info | man
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

C.1 Getting the source

Stable releases and nightly source snapshots are available from http://www.geuz.org/gmsh/src/.

If you have an account on cvs.geuz.org you can also access the CVS repository directly:

  1. Set the variable CVS_RSH to ssh ('export CVS_RSH=ssh' with bash, or 'setenv CVS_RSH ssh' with tcsh)
  2. The first time you want to download the latest full source by CVS, type:
     
    cvs -d username@cvs.geuz.org:/cvsroot checkout gmsh
    

    where username is your login on cvs.geuz.org

  3. To update your local version to the latest and greatest, go in the gmsh directory and type:
     
    cvs update -dPA
    
  4. To commit your changes to the central repository, go in the gmsh directory and type:
     
    cvs commit
    

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.