Downloads
Development version:
SPLASH and giza (the plotting backend in v2.x) both have public svn repositories, so you can check out the latest and greatest code at any time. Just use:
svn co https://svn-vre.its.monash.edu.au/mathsci/splashThen checkout giza into a subdirectory of splash, i.e.
cd splash; svn co https://giza.svn.sourceforge.net/svnroot/giza giza
Both repositories are generally quite stable, so it is usually safe to get the very latest version.
The advantage of obtaining SPLASH this way is that, to receive updates you simply type, in the root-level SPLASH directory:
svn update; cd giza; svn update; cd ..then "make" in the SPLASH directory to rebuild (to be on the safe side, use "make clean" then "make").
Alternatively, you can download a tarball of the most recent stable release, below.
Current stable release:
checksums md5 dc1eb6636c56def04481e09bd691fd3f \
rmd160 2a76792b19781a45fe72359f9d4a14a029540174
sha256 28fb4b7319a3aec784b10aaaa7a64f32f936f4c1d1b85b32a98dcecab13d172f \
other stuff:
Install instructions (for SPLASH v2.x)
Install instructions (OS/X)
Install instructions (for PGPLOT-splash, v1.x)
ChangeLog
Version history
MacPorts
On Mac OS/X, the last stable release (and all dependencies) can also be installed via MacPorts:
sudo port install splash
It is recommended that you install SPLASH this way if you have no intention of modifying the source code and want to use it simply as a "black box".