[ < ] | [ > ] | [ << ] | [ 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:
- Set the variable CVS_RSH to ssh ('export CVS_RSH=ssh' with bash, or 'setenv CVS_RSH ssh' with tcsh)
-
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
-
To update your local version to the latest and greatest, go in the gmsh
directory and type:
cvs update -dPA
-
To commit your changes to the central repository, go in the gmsh
directory and type:
cvs commit