Download: Difference between revisions
(23 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
[[Image:Fotolia_2043821_XS.jpg|right|]] | [[Image:Fotolia_2043821_XS.jpg|right|]] | ||
You can choose to download either the latest stable release | You can choose to download either the latest stable release or the current development version (which is frequently updated). | ||
==Stable release== | ==Stable release== | ||
[http://sourceforge.net/projects/rsf/files/ Download the source code distribution from Sourceforge], then unpack the directory with | |||
<pre>gunzip < madagascar-*.tar.gz | tar xvf -</pre> | <pre>gunzip < madagascar-*.tar.gz | tar xvf -</pre> | ||
or | or | ||
<pre>bunzip2 < madagascar-*.tar.bz2 | tar xvf -</pre> | <pre>bunzip2 < madagascar-*.tar.bz2 | tar xvf -</pre> | ||
The <tt>bz2</tt> file is | The <tt>bz2</tt> file is smaller but takes longer to unpack. | ||
Next, follow [[Installation|Installation instructions]] to install. | Next, follow [[Installation|Installation instructions]] to install. | ||
Line 22: | Line 14: | ||
==Current development version== | ==Current development version== | ||
You | You can access the most recent Madagascar source code at the [https://github.com/ahay/src GitHub repository] | ||
To download the source repository using [https://git-scm.com/ Git], run | |||
<pre> | <pre> | ||
git clone <nowiki>https://github.com/ahay/src</nowiki> RSFSRC | |||
</pre> | </pre> | ||
Replace <tt>RSFSRC</tt> with the path where you want to put the Madagascar source code. | Replace <tt>RSFSRC</tt> with the path where you want to put the Madagascar source code. | ||
Next, follow [[Installation|Installation instructions]] to install. | Next, follow [[Installation|Installation instructions]] to install. | ||
==Other packages== | |||
Two other packages might be useful in conjunction with Madagascar: | |||
===Reproducible figures=== | |||
Using Git, run | |||
<pre>git clone <nowiki>https://github.com/ahay/figs</nowiki> $RSFROOT/share/madagascar/figs </pre> | |||
This installs a large coalition of thousands of reproducible figures. It may take a long time to download and about 20 GB of disk space. | |||
The figures are preserved for regression testing whenever the software or the environment changes. | |||
You can reproduce the figures (excluding those generated with proprietary data or additional software) by running <tt>scons lock</tt> in individual project directories or by going to <tt>RSFSRC</tt> and running | |||
<pre>sfbooklist command="scons lock" book</pre> | |||
You can reproduce the figures (excluding those generated with proprietary data or additional software) by running <tt>scons lock</tt> in individual project directories or by going to <tt> | |||
<pre> | |||
</pre> | |||
=== | ===LaTeX package=== | ||
[[SEGTeX]] is a LaTeX package for geophysical publications. It can be used with | [[SEGTeX]] is a LaTeX package for geophysical publications. It can be used with Madagascar for writing [[Reproducible Documents|reproducible papers]]. |
Latest revision as of 23:32, 7 October 2024
You can choose to download either the latest stable release or the current development version (which is frequently updated).
Stable release[edit]
Download the source code distribution from Sourceforge, then unpack the directory with
gunzip < madagascar-*.tar.gz | tar xvf -
or
bunzip2 < madagascar-*.tar.bz2 | tar xvf -
The bz2 file is smaller but takes longer to unpack.
Next, follow Installation instructions to install.
Current development version[edit]
You can access the most recent Madagascar source code at the GitHub repository
To download the source repository using Git, run
git clone https://github.com/ahay/src RSFSRC
Replace RSFSRC with the path where you want to put the Madagascar source code.
Next, follow Installation instructions to install.
Other packages[edit]
Two other packages might be useful in conjunction with Madagascar:
Reproducible figures[edit]
Using Git, run
git clone https://github.com/ahay/figs $RSFROOT/share/madagascar/figs
This installs a large coalition of thousands of reproducible figures. It may take a long time to download and about 20 GB of disk space. The figures are preserved for regression testing whenever the software or the environment changes.
You can reproduce the figures (excluding those generated with proprietary data or additional software) by running scons lock in individual project directories or by going to RSFSRC and running
sfbooklist command="scons lock" book
LaTeX package[edit]
SEGTeX is a LaTeX package for geophysical publications. It can be used with Madagascar for writing reproducible papers.