Giter VIP home page Giter VIP logo

monodevelop's Introduction

MonoDevelop is a full-featured integrated development environment (IDE) for mono
and Gtk#. See http://www.monodevelop.com for more info.  

Directory organization
----------------------

	There are two main directories:

	  * main: The core MonoDevelop assemblies and add-ins (all in a single
	    tarball/package).
	  * extras: Additional add-ins (each add-in has its own
	    tarball/package).

Compiling
---------

	If you are building from Git, make sure that you initialize the submodules
	that are part of MonoDevelop, to do this execute:

	git submodule update --init --recursive

	To compile execute:

	./configure
	make

	There are two variables you can set when running 'configure':

	  --prefix=/path/to/prefix: To set the install prefix.

	    you can use --prefix=`pkg-config --variable=prefix mono` to get MD
	    installed with the rest of mono/gtk-sharp/etc.

	  --profile=profile-name: To choose one build profile.
	
	There are some predefined profiles:

	  * stable: builds the MonoDevelop core and some stable extra add-ins.
	  * core: builds the MonoDevelop core only.
	  * all: builds everything

	You can create your own profiles if you need to. To create a profile you
	only have to add a file to the profiles directory containing a list
	of the directories to build.

	You can run MonoDevelop from the build directory without having to
	install it by executing:

	make run

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

Packaging for OSX
-----------------

	To package MonoDevelop for OSX in a convenient MonoDevelop.app
	file, just do this after MonoDevelop has finished building (with
	make):

		cd main/build/MacOSX
		make MonoDevelop.app

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

	Mono >= 2.10
	Gtk# >= 2.12.8
	monodoc >= 1.0
	mono-addins >= 0.6
	
References
----------

	MonoDevelop web site
	http://www.monodevelop.com

	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.xamarin.com (submit bugs and patches here)

monodevelop's People

Contributors

mkrueger avatar slluis avatar mhutch avatar alanmcgovern avatar jstedfast avatar therzok avatar radical avatar tak avatar carlosalberto avatar garuma avatar jassmith avatar xamarin-release-manager avatar mkestner avatar dvdsgl avatar chergert avatar duncanmak avatar migueldeicaza avatar mdmarin avatar riviti avatar knocte avatar abock avatar rolfbjarne avatar atsushieno avatar ibboard avatar marek-safar avatar lightyang0 avatar sparek avatar grendello avatar vargaz avatar indomitable avatar

Watchers

DreamCast avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.