You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by de...@apache.org on 2016/03/25 21:58:04 UTC

svn commit: r1736664 - /incubator/systemml/site/download.html

Author: deron
Date: Fri Mar 25 20:58:04 2016
New Revision: 1736664

URL: http://svn.apache.org/viewvc?rev=1736664&view=rev
Log:
Add link to nightly builds

Modified:
    incubator/systemml/site/download.html

Modified: incubator/systemml/site/download.html
URL: http://svn.apache.org/viewvc/incubator/systemml/site/download.html?rev=1736664&r1=1736663&r2=1736664&view=diff
==============================================================================
--- incubator/systemml/site/download.html (original)
+++ incubator/systemml/site/download.html Fri Mar 25 20:58:04 2016
@@ -164,10 +164,16 @@
         </table>
 
         <p>Instructions for checking hashes and signatures is described on the <a href="http://www.apache.org/info/verification.html">Verifying Apache Software Foundation Releases</a> page.</p>
-        <p>You can also retrieve the source files from our git repository by typing:</p>
 
-        <pre>git clone https://github.com/apache/incubator-systemml</pre>
+        <h3>Nightly Experimental Builds</h3>
+        <p>Nighly experimental builds can be obtained from <a href="https://sparktc.ibmcloud.com/repo/latest/">our nightly build</a> page.</p>
 
+        <h3>Bleeding-Edge</h3>
+        <p>You can also retrieve the source files from our <a href="https://github.com/apache/incubator-systemml">Git repository</a> and create a bleeding-edge build by typing:</p>
+
+        <pre>git clone https://github.com/apache/incubator-systemml
+cd incubator-systemml
+mvn clean package</pre>
 
         <h3>Using Maven</h3>