Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 719d31be673e81794b82e76bbc02dbcb559f061c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85

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
-------------------------

	monodevelop-list@lists.ximian.com (questions and discussion)
	monodevelop-patches-list@lists.ximian.com (track commits to MonoDevelop)
	monodevelop-bugs@lists.ximian.com (track MonoDevelop bugzilla component)
	http://bugzilla.ximian.com (submit bugs and patches here)