Download ScallyWhack
You may choose one of the ways described below to get your copy of ScallyWhack:
Download as tarball
Releases and release candidates are offered as tarballs. These can be downloaded from here.
Download via Subversion
If you prefer to stay on the bleeding edge of the development you should use Subversion to get the latest code from trunk.
Change to a location where you want to keep the sources, for example to /usr/local/src. To store the source in a subdirectory called scallywhack use:
svn checkout http://svn.otaku42.de/scallywhack/trunk scallywhack
If you're behind a proxy, then make sure Subversion knows about it.
To update to the current version of the source at a later time you just need to change to the subdirectory that contains your working copy (/usr/local/src/scallywhack in the above example) and type:
svn update
For further information on how to work with Subversion refer to the relevant manpages and the excellent Subversion book.
