[Monodevelop-patches-list] r969 - trunk/MonoDevelop

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Fri Feb 20 18:24:55 EST 2004


Author: jluke
Date: 2004-02-20 18:24:55 -0500 (Fri, 20 Feb 2004)
New Revision: 969

Added:
   trunk/MonoDevelop/FAQS
Modified:
   trunk/MonoDevelop/README
Log:
update and add


Added: trunk/MonoDevelop/FAQS
===================================================================
--- trunk/MonoDevelop/FAQS	2004-02-20 23:19:02 UTC (rev 968)
+++ trunk/MonoDevelop/FAQS	2004-02-20 23:24:55 UTC (rev 969)
@@ -0,0 +1,20 @@
+- Why aren't my C# files syntax highlighted?
+
+GNOME doesn't recognize *.cs files as the text/x-csharp
+mimetype.  gtksourceview-sharp tries to set this up automatically,
+but it may not work in all cases. You can use 
+gnome-file-types-properties to do this.
+
+- What if the configuration summary says 'no' for one of the
+  requirements?
+
+The configure script uses pkg-config to see if you have the 
+required packages to build.  If it can't detect a package that
+you have installed:
+	
+add the path to the <package>.pc file to PKG_CONFIG_PATH
+ex. export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH	
+
+install a newer version or the development counterpart
+of that package and rerun ./configure
+ex. gnome-vfs2-devel-2.4.1-1.rpm

Modified: trunk/MonoDevelop/README
===================================================================
--- trunk/MonoDevelop/README	2004-02-20 23:19:02 UTC (rev 968)
+++ trunk/MonoDevelop/README	2004-02-20 23:24:55 UTC (rev 969)
@@ -1,14 +1,21 @@
-This is a port of SharpDevelop to Gtk# and Mono.
+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 and running
----------------------
+Compiling for users
+-------------------
+./configure
+make
+make install
+
+Compiling for developers
+------------------------
 To compile run the following command:
 
-./autogen.sh --prefix=/usr/local
+./autogen.sh
 make
 
-(you need to pass the prefix where gtk# is located)
-
 To run MonoDevelop:
 make run
 
@@ -17,6 +24,9 @@
 
 Installing
 ----------
+Installing is currently optional.
+(Use make run to use MonoDevelop without installing.)
+
 make install
 
 Dependencies
@@ -32,21 +42,24 @@
 
 See http://lists.ximian.com/archives/public/monodevelop-list/2004-January/000129.html.
 
-The .cs extension must be mapped to the mime type text/x-csharp for the new editor to work.
-You can use gnome-file-types-properties to do this.
-
 References
 ----------
 SharpDevelop Tech Notes
 http://www.icsharpcode.net/TechNotes/
 
-We are attempting to follow the HIG in certain areas especially, particularly dialogs.
+Gnome Human Interface Guidelines (HIG)
+http://developer.gnome.org/projects/gup/hig/1.0/
 
-You can find a copy of the HIG at 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
+
 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)
+




More information about the Monodevelop-patches-list mailing list