[Swift-commit] r3194 - www/downloads
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Mon Nov 30 14:48:30 CST 2009
Author: hategan
Date: 2009-11-30 14:48:30 -0600 (Mon, 30 Nov 2009)
New Revision: 3194
Modified:
www/downloads/index.php
Log:
added note about stable branch
Modified: www/downloads/index.php
===================================================================
--- www/downloads/index.php 2009-11-30 20:21:32 UTC (rev 3193)
+++ www/downloads/index.php 2009-11-30 20:48:30 UTC (rev 3194)
@@ -86,6 +86,12 @@
<h3>Building Swift</h3>
<p>
+ <b>Note:</b> The development code has the highest chance of containing buggy and
+ untested code. If you need stability please use one of the releases or the <b>stable
+ branch</b> below.
+</p>
+
+<p>
You need
<a href="http://ant.apache.org">Apache Ant</a>
for the actual build, and a <a href="http://java.sun.com">Java JDK</a> ≥ 1.4.
@@ -123,6 +129,38 @@
The dist directory will contain the complete build.
</p>
+<h3>Stable branch</h3>
+
+<p>
+ Checkout CoG:
+ <div class="highlight">svn co \
+https://cogkit.svn.sourceforge.net/svnroot/cogkit/branches/4.1.7/src/cog</div>
+ <br/>
+</p>
+
+<p>
+ Checkout Swift:
+ <div class="highlight">cd cog/modules</div>
+ <div class="highlight">svn co https://svn.ci.uchicago.edu/svn/vdl2/branches/1.0 swift</div>
+ <br/>
+</p>
+
+<p>
+ Change directory to the swift module:
+ <div class="highlight">cd swift</div>
+ <br/>
+</p>
+
+<p>
+ Build the thing:
+ <div class="highlight">ant dist</div>
+ <br/>
+</p>
+
+<p>
+ The dist directory will contain the complete build.
+</p>
+
<h2>Historical releases</h2>
<h3>Swift 0.8 - 2009/01/30</h3>
More information about the Swift-commit
mailing list