You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gr...@apache.org on 2009/04/09 14:19:34 UTC

svn commit: r763620 - /commons/proper/compress/trunk/src/site/xdoc/downloads.xml

Author: grobmeier
Date: Thu Apr  9 12:19:34 2009
New Revision: 763620

URL: http://svn.apache.org/viewvc?rev=763620&view=rev
Log:
added checkout location

Modified:
    commons/proper/compress/trunk/src/site/xdoc/downloads.xml

Modified: commons/proper/compress/trunk/src/site/xdoc/downloads.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/site/xdoc/downloads.xml?rev=763620&r1=763619&r2=763620&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/site/xdoc/downloads.xml (original)
+++ commons/proper/compress/trunk/src/site/xdoc/downloads.xml Thu Apr  9 12:19:34 2009
@@ -41,6 +41,28 @@
                be treated with caution.
             </p>
          </subsection>
+         
+         <section name="Building Commons Compress">
+            <p>
+                To obtain the Commons Compress source, you can either:
+            </p>
+            <ul>
+                <li>
+                    Check the source out of SVN using:
+                    <br/>
+                    HEAD:
+                    <code>svn co http://svn.apache.org/repos/asf/commons/proper/compress/trunk compress</code>
+                    <br/>
+                    For a certain version please look at
+                    <a href="http://svn.apache.org/repos/asf/commons/proper/compress/tags">
+                        http://svn.apache.org/repos/asf/commons/proper/compress/tags</a>
+                </li>
+            </ul>
+            <p>
+                To build Commons Commpress, you need <a href="http://maven.apache.org">Maven 2</a>.
+                Use: mvn install to build Compress and install it into your local repository.
+            </p>
+        </section>
 <!--
          <subsection name="Archived Releases">
             <p>