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

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Sun Feb 8 22:51:55 EST 2004


Author: jluke
Date: 2004-02-08 22:51:55 -0500 (Sun, 08 Feb 2004)
New Revision: 839

Modified:
   trunk/MonoDevelop/Makefile.am
   trunk/MonoDevelop/README
Log:
update


Modified: trunk/MonoDevelop/Makefile.am
===================================================================
--- trunk/MonoDevelop/Makefile.am	2004-02-09 03:30:39 UTC (rev 838)
+++ trunk/MonoDevelop/Makefile.am	2004-02-09 03:51:55 UTC (rev 839)
@@ -1,5 +1,7 @@
 SUBDIRS=gdldock gtkmozembed-sharp src
 
+#bin_SCRIPTS=monodevelop
+
 all:
 	chmod +x ./monodevelop
 

Modified: trunk/MonoDevelop/README
===================================================================
--- trunk/MonoDevelop/README	2004-02-09 03:30:39 UTC (rev 838)
+++ trunk/MonoDevelop/README	2004-02-09 03:51:55 UTC (rev 839)
@@ -4,10 +4,10 @@
 ---------------------
 To compile run the following command:
 
+./autogen.sh --prefix=/usr/local
 make
 
-If you do not have pkg-config set up right, you will need to
-set PREFIX to the prefix that Gtk# is installed in.
+(you need to pass the prefix where gtk# is located)
 
 To run MonoDevelop:
 ./monodevelop




More information about the Monodevelop-patches-list mailing list