[Monodevelop-patches-list] r1863 - in trunk/md-website: . tutorials

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Tue Jun 29 18:34:34 EDT 2004


Author: tberman
Date: 2004-06-29 18:34:33 -0400 (Tue, 29 Jun 2004)
New Revision: 1863

Added:
   trunk/md-website/tutorials/svn_install.aspx
Removed:
   trunk/md-website/tutorials/snapshot_install.aspx
Modified:
   trunk/md-website/download.aspx
   trunk/md-website/news.aspx
   trunk/md-website/release.aspx
   trunk/md-website/tutorials/package_install.aspx
Log:
updates about releasing 0.5


Modified: trunk/md-website/download.aspx
===================================================================
--- trunk/md-website/download.aspx	2004-06-29 22:11:10 UTC (rev 1862)
+++ trunk/md-website/download.aspx	2004-06-29 22:34:33 UTC (rev 1863)
@@ -4,41 +4,7 @@
 <ccms:PageHeader runat="server"/>
     <div class="title">Download MonoDevelop</div>
     <p>
-      There are two ways to download and setup MonoDevelop.  If you want to try the latest release, then you'll want the <a href="#package">package</a> download.  On the other hand, if you want to contribute MonoDevelop, then use the <a href="#svn">Subversion</a> version.
+      There are two ways to download and setup MonoDevelop.  If you want to try the latest release, then you'll want the <a href="/tutorials/package_install.aspx">package</a> download.  On the other hand, if you want to contribute MonoDevelop, then use the <a href="/tutorials/svn_install.aspx">Subversion</a> version.
     </p>
     
-    <p>
-      There are a few pre-requisites, no matter which install method you want.  These are:
-    </p>
-      <ul>
-        <li>Mono 0.30 with ICU support enabled</li>
-        <li>gtkmozembed (included in the MonoDevelop source)</li>
-        <li>Gtk# CVS</li>
-        <li>ORBit2-2.8.3 or newer</li>
-        <li>GtkSourceView#</li>
-      </ul>
-    
-    <div class="headlinebar"><a name="package">Packages</a></div>
-      <ol>
-        <li>Download the <a href="release.aspx">latest MonoDevelop release</a>.</li>
-        <li>If you downloaded a tarball, load a console window and enter the directory you downloaded the tarball to.  Run the command <tt>tar -xvzf MonoDevelop-x.xx.tar.gz</tt> where x.xx is the version number.  Once the package has uncompressed, enter the directory.</li>
-        <li>In the main MonoDevelop source directory, run <tt>./confgure --prefix=/usr/local</tt></li>
-	<li>Next, run <tt>make</tt>.</li>
-        <li>To run MonoDevelop, type <tt>make run</tt>.</li>
-      </ol>
-    <div class="headlinebar"><a name="svn">Current Development</a></div>
-    <p>If you would like step-by-step instructions on building a svn snapshot of MonoDevelop, please read the <a href="tutorial.aspx">"Hello World" Tutorial</a>.</p>
-      <ol>
-      	<!--
-        <li>Type <tt>svn co svn://207.44.131.184/svn/monodevelop/trunk/MonoDevelop</tt>.  After the process is done, cd into the new directory called <tt>MonoDevelop</tt>.</li>
-        <li>If you have installed gtkmozembed-sharp before, skip this step.  In the <tt>gtkmozembed-sharp</tt> directory, run <tt>make</tt> and then <tt>make install</tt>.</li>
-        <li>In the main MonoDevelop source directory, run <tt>make</tt>.</li>
-        <li>To run MonoDevelop, type <tt>make run</tt>.</li>
-	-->
-	<li>Unfortunately the anonymous svn mirror is currently down, however we are publishing regular snapshots <a href="http://devservices.go-mono.com/MonoDevelop/">here</a></li>
-	<li>After downloading the most recent snapshot, you will currently need gtk-sharp from cvs and gtksourceview-sharp from cvs.</li>
-	<li>Then run <tt>./autogen.sh</tt> and <tt>make</tt></li>
-	<li>Currently <tt>make install</tt> is supported, but may not work completely. <tt>make run</tt> from inside the MonoDevelop directory is currently the recommended way to run MD</li>
-      </ol>
-    
 <ccms:PageFooter runat="server"/>

Modified: trunk/md-website/news.aspx
===================================================================
--- trunk/md-website/news.aspx	2004-06-29 22:11:10 UTC (rev 1862)
+++ trunk/md-website/news.aspx	2004-06-29 22:34:33 UTC (rev 1863)
@@ -5,6 +5,11 @@
 
   <div class="title">News</div>
 
+  <div class="news_header">June 30, 2004: MonoDevelop 0.5 Released</div>
+  <p>MonoDevelop 0.5 released. Release notes are available
+  <a href="/release_notes/0.5.html">here</a>. Packages are available in the
+  mono redcarpet channel. This release is primarily a bugfix release.</p>
+
   <div class="news_header">June 18, 2004: MonoDevelop article</div>
   <p>Paul Ferrill wrote an <a href="http://www.newsforge.com/programming/04/06/12/1649241.shtml">article</a> about MonoDevelop for NewsForge.</p>
 

Modified: trunk/md-website/release.aspx
===================================================================
--- trunk/md-website/release.aspx	2004-06-29 22:11:10 UTC (rev 1862)
+++ trunk/md-website/release.aspx	2004-06-29 22:34:33 UTC (rev 1863)
@@ -7,10 +7,16 @@
     <p>Milestone releases can be found here as tarballs. We will also post any binary packages contributed by users.</p>
     <br />
 
+    <h3>MonoDevelop 0.5</h3>
+    <ul>
+        <li><a href="/release_notes/0.5.html">Release notes</a></li>
+        <li><a href="http://go-mono.com/archive/1.0/monodevelop-0.5.tar.gz">Tarball package</a></li>
+    </ul>
+
     <h3>MonoDevelop 0.4</h3>
     <ul>
         <li><a href="/release_notes/0.4.html">Release notes</a></li>
-        <li><a href="http://go-mono.com/archive/beta2/monodevelop-0.4.tar.gz">Tarball package</a></lie>
+        <li><a href="http://go-mono.com/archive/beta2/monodevelop-0.4.tar.gz">Tarball package</a></li>
     </ul>
 
     <h3>MonoDevelop 0.3</h3>

Modified: trunk/md-website/tutorials/package_install.aspx
===================================================================
--- trunk/md-website/tutorials/package_install.aspx	2004-06-29 22:11:10 UTC (rev 1862)
+++ trunk/md-website/tutorials/package_install.aspx	2004-06-29 22:34:33 UTC (rev 1863)
@@ -32,15 +32,15 @@
       </p>
 
       <br /><br />
-      <b>1. GtkSourceView 0.7+</b>
-      <p>You may download a binary package for your distribution if it provides version 0.7 or higher. 
+      <b>1. GtkSourceView 1.0+</b>
+      <p>You may download a binary package for your distribution if it provides version 1.0 or higher. On computers without gtk+ 2.4, you will need to download and install 1.0.1
 Otherwise, download the 
-<a href="http://ftp.acc.umu.se/pub/gnome/sources/gtksourceview/0.7/gtksourceview-0.7.0.tar.gz">official 
+<a href="http://ftp.acc.umu.se/pub/gnome/sources/gtksourceview/1.0/gtksourceview-1.0.0.tar.gz">official 
 tarball (0.7)</a>. 
 The `<tt>./configure</tt>' line is a little more involved than usual. Use the example below:
 <pre class="code">
-tar -xzf gtksourceview-0.7.0.tar.gz
-cd gtksourceview-0.7.0
+tar -xzf gtksourceview-1.0.0.tar.gz
+cd gtksourceview-1.0.0
 ./configure --prefix=`pkg-config --variable=prefix ORBit-2.0`
 make
 make install
@@ -65,11 +65,11 @@
       <p>MonoDevelop will require the following mono packages to be installed, in this order:
       <ul>
 <li><a href="ftp://www-126.ibm.com/pub/icu/2.6/icu-2.6.tgz">International Components for Unicode 2.6 or greater</a></li>
-<li><a href="http://www.go-mono.com/archive/beta2/mono-0.95.tar.gz">mono 0.95</a></li>
-<li><a href="http://www.go-mono.com/archive/beta2/gtk-sharp-0.93.tar.gz">gtk-sharp 0.93</a></li>
-<li><a href="http://www.go-mono.com/archive/beta2/monodoc-0.16.tar.gz">monodoc 0.16</a></li>
-<li><a href="http://www.go-mono.com/archive/beta2/gtksourceview-sharp-0.3.tar.gz">gtksourceview-sharp 0.3</a></li>
-<li><a href="http://www.go-mono.com/archive/beta2/gecko-sharp-0.4.tar.gz">gecko-sharp 0.4</a></li>
+<li><a href="http://www.go-mono.com/archive/1.0/mono-1.0.tar.gz">mono 1.0</a></li>
+<li><a href="http://www.go-mono.com/archive/1.0/gtk-sharp-1.0.tar.gz">gtk-sharp 1.0</a></li>
+<li><a href="http://www.go-mono.com/archive/1.0/monodoc-1.0.tar.gz">monodoc 1.0</a></li>
+<li><a href="http://www.go-mono.com/archive/1.0/gtksourceview-sharp-0.5.tar.gz">gtksourceview-sharp 0.5</a></li>
+<li><a href="http://www.go-mono.com/archive/1.0/gecko-sharp-0.5.tar.gz">gecko-sharp 0.5</a></li>
       </ul></p>
       <p>When building from the source provided above, always use a prefix of `<tt>/usr</tt>'.</p>
       <p>Some packages are also available as prebuild binary packages (RPMs and DEBs). 
@@ -91,12 +91,12 @@
       <br /><br /><br />
       <div class="headlinebar">Installing MonoDevelop</div>      
       <p>The final step in this process is to build MonoDevelop itself. Download the 
-<a href="http://www.go-mono.com/archive/beta2/monodevelop-0.4.tar.gz">MonoDevelop 0.4</a> package.</p>
+<a href="http://www.go-mono.com/archive/1.0/monodevelop-0.5.tar.gz">MonoDevelop 0.5</a> package.</p>
 
 <pre class="code">
 export PKG_CONFIG_PATH="/usr/lib/pkgconfig"
-tar -xjf monodevelop-0.4.tar.gz
-cd monodevelop-0.4
+tar -xjf monodevelop-0.5.tar.gz
+cd monodevelop-0.5
 ./configure --prefix=/usr
 make
 make install

Deleted: trunk/md-website/tutorials/snapshot_install.aspx
===================================================================
--- trunk/md-website/tutorials/snapshot_install.aspx	2004-06-29 22:11:10 UTC (rev 1862)
+++ trunk/md-website/tutorials/snapshot_install.aspx	2004-06-29 22:34:33 UTC (rev 1863)
@@ -1,15 +0,0 @@
-<%@ Register TagPrefix="ccms" TagName="PageHeader" src="/include/header.ascx" %>
-<%@ Register TagPrefix="ccms" TagName="PageFooter" src="/include/footer.ascx" %>
-
-<ccms:PageHeader runat="server"/>      
-
-      <div class="title">Snapshot Installation Tutorial</div>
-      
-      <br />
-      <p>Coming soon.</p>
-     
-      <br/><br/>
-      <hr width="90%" />
-      
-
-<ccms:PageFooter runat="server"/>

Copied: trunk/md-website/tutorials/svn_install.aspx (from rev 1608, trunk/md-website/tutorials/snapshot_install.aspx)
===================================================================
--- trunk/md-website/tutorials/snapshot_install.aspx	2004-05-18 10:29:23 UTC (rev 1608)
+++ trunk/md-website/tutorials/svn_install.aspx	2004-06-29 22:34:33 UTC (rev 1863)
@@ -0,0 +1,21 @@
+<%@ Register TagPrefix="ccms" TagName="PageHeader" src="/include/header.ascx" %>
+<%@ Register TagPrefix="ccms" TagName="PageFooter" src="/include/footer.ascx" %>
+
+<ccms:PageHeader runat="server"/>      
+
+      <div class="title">Snapshot Installation Tutorial</div>
+      
+      <br />
+      <p>Coming soon.</p>
+
+      <p>For now, the trunk can be checked out with the command line</p>
+
+      <tt>svn co svn://www.monodevelop.com/svn/monodevelop/trunk/MonoDevelop</tt>
+
+      <p>SVN HEAD is generally buildable without any issues, if you have any problems doing so, ask your questions on the mailing list, or #monodevelop on irc.gimp.net.</p>
+     
+      <br/><br/>
+      <hr width="90%" />
+      
+
+<ccms:PageFooter runat="server"/>




More information about the Monodevelop-patches-list mailing list