[Monodevelop-patches-list] r2517 - in trunk/MonoDevelop: . Core

John Luke <jluke@cfl.rr.com> jluke at mono-cvs.ximian.com
Fri May 6 14:13:25 EDT 2005


Author: jluke
Date: 2005-05-06 14:13:24 -0400 (Fri, 06 May 2005)
New Revision: 2517

Added:
   trunk/MonoDevelop/README
Removed:
   trunk/MonoDevelop/Core/README
Modified:
   trunk/MonoDevelop/ChangeLog
Log:
move from Core/README


Modified: trunk/MonoDevelop/ChangeLog
===================================================================
--- trunk/MonoDevelop/ChangeLog	2005-05-06 18:12:52 UTC (rev 2516)
+++ trunk/MonoDevelop/ChangeLog	2005-05-06 18:13:24 UTC (rev 2517)
@@ -1,6 +1,7 @@
 2005-05-06  John Luke  <john.luke at gmail.com>
 
 	* AUTHORS: mv here from Core/AUTHORS
+	* README: mv here from Core/README
 
 2005-05-03  Lluis Sanchez Gual  <lluis at novell.com> 
 

Deleted: trunk/MonoDevelop/Core/README
===================================================================
--- trunk/MonoDevelop/Core/README	2005-05-06 18:12:52 UTC (rev 2516)
+++ trunk/MonoDevelop/Core/README	2005-05-06 18:13:24 UTC (rev 2517)
@@ -1,71 +0,0 @@
-
-This is MonoDevelop which is intended to be a full-featured
-integrated development environment (IDE) for mono and Gtk#.
-It was originally a port of SharpDevelop 0.98.
-See http://monodevelop.com/ for more info.
-
-Compiling for users
--------------------
-./configure --prefix=`pkg-config --variable=prefix mono`
-make
-make install
-
-the pkg-config line is to get MD installed with the rest of mono/gtk-sharp/etc
-
-This is *required*
-
-Compiling for developers
-------------------------
-To compile run the following command:
-
-./autogen.sh
-make
-
-To run MonoDevelop:
-make run
-
-Example:
-make clean && make && make run
-
-Installing
-----------
-Installing is currently optional.
-(Use make run to use MonoDevelop without installing.)
-
-make install
-
-Dependencies
-------------
-Mono >= 1.0
-Gtk# >= 1.0
-gnome-vfs >= 2.0
-monodoc >= 1.0
-gtksourceview >= 1.0
-gecko-sharp >= 0.5
-gtksourceview-sharp >= 0.5
-
-References
-----------
-SharpDevelop Tech Notes
-http://www.icsharpcode.net/TechNotes/
-
-Gnome Human Interface Guidelines (HIG)
-http://developer.gnome.org/projects/gup/hig/1.0/
-
-freedesktop.org standards
-http://freedesktop.org/Standards/
-
-Integrating with GNOME (a little out of date)
-http://developers.sun.com/solaris/articles/integrating_gnome.html
-
-Bugzilla
-http://bugzilla.mozilla.org/bugwritinghelp.html
-http://bugzilla.mozilla.org/page.cgi?id=etiquette.html
-
-Discussion, Bugs, Patches
--------------------------
-monodevelop-list at lists.ximian.com (questions and discussion)
-monodevelop-patches-list at lists.ximian.com (track commits to MonoDevelop)
-monodevelop-bugs at lists.ximian.com (track MonoDevelop bugzilla component)
-http://bugzilla.ximian.com (submit bugs and patches here)
-

Copied: trunk/MonoDevelop/README (from rev 2511, trunk/MonoDevelop/Core/README)




More information about the Monodevelop-patches-list mailing list