~ubuntu-branches/ubuntu/hoary/monodevelop/hoary

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Brandon Hale
  • Date: 2004-10-07 11:51:11 UTC
  • Revision ID: james.westby@ubuntu.com-20041007115111-pxcqnwfxyq5mhcx5
Tags: 0.5.1-3
Use dh_netdeps in debian/rules and debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This is MonoDevelop which is intended to be a full-featured
 
2
integrated development environment (IDE) for mono and Gtk#.
 
3
It was originally a port of SharpDevelop 0.98.
 
4
See http://monodevelop.com/ for more info.
 
5
 
 
6
Compiling for users
 
7
-------------------
 
8
./configure --prefix=`pkg-config --variable=prefix mono`
 
9
make
 
10
make install
 
11
 
 
12
the pkg-config line is to get MD installed with the rest of mono/gtk-sharp/etc
 
13
 
 
14
This is *required*
 
15
 
 
16
Compiling for developers
 
17
------------------------
 
18
To compile run the following command:
 
19
 
 
20
./autogen.sh
 
21
make
 
22
 
 
23
To run MonoDevelop:
 
24
make run
 
25
 
 
26
Example:
 
27
make clean && make && make run
 
28
 
 
29
Installing
 
30
----------
 
31
Installing is currently optional.
 
32
(Use make run to use MonoDevelop without installing.)
 
33
 
 
34
make install
 
35
 
 
36
Dependencies
 
37
------------
 
38
Mono >= 1.0
 
39
Gtk# >= 1.0
 
40
gnome-vfs >= 2.0
 
41
monodoc >= 1.0
 
42
gtksourceview >= 1.0
 
43
gecko-sharp >= 0.5
 
44
gtksourceview-sharp >= 0.5
 
45
 
 
46
References
 
47
----------
 
48
SharpDevelop Tech Notes
 
49
http://www.icsharpcode.net/TechNotes/
 
50
 
 
51
Gnome Human Interface Guidelines (HIG)
 
52
http://developer.gnome.org/projects/gup/hig/1.0/
 
53
 
 
54
freedesktop.org standards
 
55
http://freedesktop.org/Standards/
 
56
 
 
57
Integrating with GNOME (a little out of date)
 
58
http://developers.sun.com/solaris/articles/integrating_gnome.html
 
59
 
 
60
Bugzilla
 
61
http://bugzilla.mozilla.org/bugwritinghelp.html
 
62
http://bugzilla.mozilla.org/page.cgi?id=etiquette.html
 
63
 
 
64
Discussion, Bugs, Patches
 
65
-------------------------
 
66
monodevelop-list@lists.ximian.com (questions and discussion)
 
67
monodevelop-patches-list@lists.ximian.com (track commits to MonoDevelop)
 
68
monodevelop-bugs@lists.ximian.com (track MonoDevelop bugzilla component)
 
69
http://bugzilla.ximian.com (submit bugs and patches here)
 
70