Installation instructions for darts =============================================== Automatic Installation ---------------------- You can use the BASH script named `setup_darts.sh` (exists in the same directory as this file) to install darts automatically. This can be done by executing the following commands: mkdir darts cd darts wget http://daedalus.liacs.nl/darts/release_20120907/setup_darts.sh chmod +x setup_darts.sh ./setup_darts.sh [clean] The option `clean` will clean any existing installations in the directory where it resides. Manual Installation ------------------- If, for any reason, `setup_darts.sh` does not work. You still can install darts by following the instructions below. To install darts, you simply need to download and extract the archive file available in the same directory as this file. You can perform that by executing the following commands: wget http://daedalus.liacs.nl/darts/release_20120907/darts-0.4.tar.gz tar -xvzf darts-0.4.tar.gz That's all! Mohamed Bamakhrama (mohamed@liacs.nl), 07.09.2012