We use Apache Subversion for version control. You can browse our repository in your web browser.
svn co https://svn.apache.org/repos/asf/incubator/odf/trunk odf
For further information see the Apache Source Code Repository page.
The following detailed instructions assume a fresh Ubuntu 10.04 installation.
Other distros and versions should work fine, but might require some slight
modifications.
mkdir odf-toolkit cd odf-toolkit svn co https://svn.apache.org/repos/asf/incubator/odf/trunk . sudo apt-get install openjdk-6-jdk sudo apt-get install maven2 mvn clean install
To-Do