| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/3628/root/usr/share/doc/monodevelop-2.2/ |
Upload File : |
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)