Author: robweir Date: Tue Aug 7 20:06:00 2012 New Revision: 1370485 URL: http://svn.apache.org/viewvc?rev=1370485&view=rev Log: Added detailed Linux build instructions Modified: incubator/odf/site/trunk/content/odftoolkit/source.mdtext Modified: incubator/odf/site/trunk/content/odftoolkit/source.mdtext URL: http://svn.apache.org/viewvc/incubator/odf/site/trunk/content/odftoolkit/source.mdtext?rev=1370485&r1=1370484&r2=1370485&view=diff ============================================================================== --- incubator/odf/site/trunk/content/odftoolkit/source.mdtext (original) +++ incubator/odf/site/trunk/content/odftoolkit/source.mdtext Tue Aug 7 20:06:00 2012 @@ -23,15 +23,30 @@ repository][2] 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][3] page. + ## Building and Running -Coming soon +###Linux -### Requirements: +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 + + +###Windows + +To-Do -Coming soon -For further information see the [Apache Source Code Repository][3] page. [1]: http://subversion.apache.org [2]: http://svn.apache.org/viewvc/incubator/odf/trunk