Updated
[mono.git] / web / download
index 24d20c2601f9a34b57b914d6f4fe1024b75d48e4..64daa7761fb133f3c61eee331ed11806b23da9e9 100644 (file)
@@ -12,7 +12,7 @@
 
        In order to make mcs and the class libraries you will need the
        GNU make tools.  These may be obtained for the Windows
-       environment from <a href="www.cygwin.com">cygwin.com</a>.
+       environment from <a href="http://www.cygwin.com">cygwin.com</a>.
 
        You will also need to get GLIB, from: <a
 href="ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz">ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz</a>
@@ -20,10 +20,36 @@ href="ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz">ftp://ftp.gtk.org/pub/g
 <a name="sources">
 ** Sources
 
-       Currently we will be providing CVS snapshots every day, until
-       we make the first tarball release.
+       We provide both <a href="packaged">packaged and tested</a>
+       tarballs (those are known to compile and pass `make
+       distcheck') as well as <a href="snapshots">daily snapshots</a> done
+       at 10pm Boston Time
+
+<a name="snapshots">
+*** Snapshots
+
+       The daily snapshots are available <a
+       href="http://www.go-mono.com/snapshots">here</a>.  These
+       snapshots are done every day at 10pm EST (Boston Time). 
+
+       They are not guaranteed to build, but most of the time they
+       should.  They should give you a window to see what we are up to.
+
+       You might also want to track our development using the <a
+       href="http://mail.ximian.com/mailman/listinfo/mono-cvs-list">mono-cvs-list</a>
+       mailing list.
+
+<a name="packaged">
+*** Released and tested packages
 
        <ul>
+               <a name="july-29">
+               <b>July 29, 2001</b>
+               <ul>
+               * <a href="archive/mono-0.5.tar.gz">mono-0.5.tar.gz</a>: Mono Runtime 0.5 release
+               * <a href="archive/mono-0.5">Release Notes</a>
+               </ul>
+       
                <a name="july-22">
                <b>July 22, 2001</b>
                <ul>
@@ -59,7 +85,6 @@ href="ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz">ftp://ftp.gtk.org/pub/g
                <a name="july-14">
                <b>July 14th, 2001</b>
                <ul>
-               * <a href="archive/jay.cs.tar.gz">archive/jay.cs.tar.gz</a>: Sources to Jay.
                * <a href="archive/mcs-12-Jul-2001.tar.gz">mcs-12-Jul-2001.tar.gz</a>: CVS snapshot.
                * <a href="archive/mono-0.3.tar.gz">mono-0.3.tar.gz</a>: Packaged Source Code.
                </ul>
@@ -68,7 +93,6 @@ href="ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz">ftp://ftp.gtk.org/pub/g
                <b>July 8th, 2001</b>
 
                <ul>
-               * <a href="archive/jay.cs.tar.gz">archive/jay.cs.tar.gz</a>: Sources.
                * <a href="archive/mcs-08-Jul-2001.tar.gz">mcs-08-Jul-2001.tar.gz</a>: CVS Snapshot
                * <a href="archive/mono-08-Jul-2001.tar.gz">mono-08-Jul-2001.tar.gz</a>: CVS Snapshot
                </ul>
@@ -81,7 +105,7 @@ href="ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz">ftp://ftp.gtk.org/pub/g
        follow these instructions:
 
        <ul>
-               * Install <a href="http://www.cygwin.org">CygWin</a> first.
+               * Install <a href="http://www.cygwin.com">CygWin</a> first.
 
                * Untar the MCS distribution (see below for information).
 
@@ -91,7 +115,7 @@ href="ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz">ftp://ftp.gtk.org/pub/g
        To compile the mono runtime on windows:
 
        <ul>
-               * Install <a href="http://www.cygwin.org">CygWin</a> first.
+               * Install <a href="http://www.cygwin.com">CygWin</a> first.
 
                * Once installed, in a terminal window or a cygwin
                  window (a shortcut should be on your desktop), untar the glib
@@ -104,7 +128,7 @@ tar xzvf glib-1.2.10.tar.gz
                * Configure, compile and install glib, like this:
 
 <pre>
-./configure --prefix=/usr/bin
+./configure --prefix=/usr
 make
 make install
 </pre>