[MonoDevelop] Project structure info

John Luke john.luke at gmail.com
Fri Jul 29 17:47:38 EDT 2005


Hello,
Emil Emilov wrote:

> Hi guys,
> I'm having a hard time understanding the project stucture (fresh 
> checkout from svn). I am used to code in IDEs (as opposed to the 
> emacs/vi guys). Is there a general solution file that unites all 
> mono-components that I can open with MonoDevelop and browse the class 
> structure etc.?

You are not differentiating mono from MonoDevelop so I am not sure what 
you mean here.
There are now project files for building MonoDevelop in svn but they are 
not complete and may not be in sync at all times.  There are still some 
details to be worked out in this area.

> Now I've read all docs under the MonoDevelop dir and browsed it also 
> (also checked everything on the website). I also saw that there are 
> mdp prject files for all of the components.
> But is there something that unites all of this? If I could get all the 
> project components in a single solution and be able to compile it and 
> run it from the IDE I'll try and write a tutorial about it.
>
Those checking out MonoDevelop from subversion should be able to do this:
 - autogen.sh
 - make
 - start monodevelop
 - open the MonoDevelop.mds solution located in the top directory
 - click run

Obviously the first two steps are only needed because of bugs elsewhere.


More information about the Monodevelop-list mailing list