En/SVN
From OpenAnno
The current development version of OpenAnno can be found in the Subversion (SVN) repository. First, you will need a SVN client. Many are available but here are a few recommended ones.
Contents |
SVN Web Interface
The OpenAnno code can be viewed online.
SVN Clients
Here are some recommended SVN clients according to platforms. A detailed list of clients can be found at Tigris.org.
Windows
Linux
Multi-platform
Getting the sources
Once you have installed a client you can checkout the OpenAnno source by using the path to the SVN server:
svn://openanno.org/openanno/trunk
This applies to all clients.
If you are using the command line version of SVN then you can directly use the command
svn co svn://openanno.org/openanno/trunk openanno
This will checkout the sources and the data files in a directory called "openanno".
Compiling
To use the latest development version you will have to compile the source code. Please read how to compile.

