Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

On a Mac or Linux machine that is configured for running CT3 experiments (Java and Ant, etc., are properly set up), download the two attached scripts.

  1. Download the scripts to your desktop.
  2. Open a terminal window, and run
    cd ~/Desktop; chmod u+x ct3*.command
  1. Running ./ct3-checkout.shcommand will do a Subversion checkout of the full CT3 source tree, into a directory called ct3repos in your user folder (~/ct3repos).
  2. Running ./ct3-update.shcommand will update the full source tree from Subversion, and then run the Ant build scripts for the trunk and every branch.
    You can also run ./ct3-update.sh command trunk to update just the trunk, or ./ct3-update.shcommand myBranch to update just the branch called myBranch.