1.2.2. Download¶
Note
You don’t need to download sources if you install vacumm with conda as proposed in these sections Prerequisites, Installations, and Conda installer script.
1.2.2.1. Tarballs¶
Tarballs are available here : https://forge.ifremer.fr/frs/?group_id=93
To uncompress a tarball, just use for instance:
$ tar xzf vacumm-3.0.0.tar.gz
1.2.2.2. Repository¶
The development version of the library is available on its GIT repository (https://github.com/VACUMM/vacumm):
$ git clone https://github.com/VACUMM/vacumm.git
Note
Subversion users can use svn export
instead of git clone
.
To get a tag after cloning, use:
$ git checkout TAGNAME