|
| Downloading DART
The latest version of dart can be downloaded as a tarball or zipfile from http://github.com/ihh/dart/archives/master
Download the tarball (this will be named something like ihh-dart-abc0123.tar.gz), then extract it and rename the top-level directory from ihh-dart-abc0123 to dart.
You can also browse the source code at http://github.com/ihh/dart/tree/master
If you have the git source code revision management tool installed, you can git clone the repository and stay up-to-date with the latest version, like this:
git clone git://github.com/ihh/dart.git
This is the preferred way to get dart.
If github is down or unreachable, use the following mirror repository:
git clone git://cvs.biowiki.org/usr/local/git/dart.git
If you have never heard of git, or are unsure whether you have it installed, try one of the following links:
Once you have downloaded the source tree, the next step is to compile the code.
See Building Dart for instructions on how to do this. |