Skip to content

Files

Latest commit

7452368 · Sep 16, 2013

History

History
This branch is 2 commits ahead of, 36840 commits behind mono/monodevelop:main.

main

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 8, 2009
Sep 12, 2013
Jul 2, 2013
Oct 24, 2012
Sep 16, 2013
Dec 4, 2007
Nov 19, 2008
Sep 7, 2013
Sep 16, 2013
Sep 12, 2013
May 17, 2012
Mar 17, 2009
Oct 7, 2009
Jul 27, 2010
Sep 8, 2013
Jun 11, 2013
Jul 9, 2013
Jun 18, 2013
Dec 4, 2007
Dec 4, 2007
Dec 4, 2007
Nov 6, 2008
Sep 3, 2013
Oct 8, 2009
Sep 3, 2013
Oct 17, 2012
Jul 17, 2012
Jul 1, 2011
Oct 24, 2011
Sep 3, 2013
Feb 15, 2013
Jan 20, 2013
Jan 12, 2008
Dec 4, 2007
Feb 10, 2013
Dec 4, 2007
Jun 18, 2013
Sep 3, 2013
Dec 11, 2010
Sep 3, 2013
Sep 3, 2013
Aug 16, 2012
Dec 4, 2007
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

Compiling the ASP.NET Editor Support
------------------------------------

	For this, you must build and install jscall-sharp

	Then you must configure monodevelop with:

		 --enable-aspnet --enable-aspnetedit	

Installing
----------

	Installing is currently optional.
	(Use make run to use MonoDevelop without installing.)

	make install

	(It's possible that you need to install for your locale to be correctly set.)

Dependencies
------------

	Mono >= 1.1.10
	Gtk# >= 2.8.0
	monodoc >= 1.0
	gecko-sharp-2.0 >= 0.10
	gtksourceview-sharp >= 0.10
	
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
-------------------------

	[email protected] (questions and discussion)
	[email protected] (track commits to MonoDevelop)
	[email protected] (track MonoDevelop bugzilla component)
	http://bugzilla.ximian.com (submit bugs and patches here)