Camino Download

Nightly release

Click here to download the latest release

This link updates nightly if the latest version of the code compiles and tests successfully. Links to supporting tools for Camino can be found via the Related Links page.

SVN Access

You can use SVN to checkout the very latest version of Camino with the command:

svn co http://amy.cs.ucl.ac.uk:8090/repos/camino

If you want to get a particular version, do

svn -r $VERSION co http://amy.cs.ucl.ac.uk:8090/repos/camino

Windows users can use TortoiseSVN to access this.

Updating Camino

When updating Camino by downloading a new archive, start from a clean installation. If you want to keep your old copy, move it to another directory, for example, if you have version 1011, move it to

mv camino camino_r1011

Then download and build the new version.

If you are updating via SVN, you should clean up the old class files and recompile.

svn update
make clean
make