[MonoDevelop] How do I begin working on monodevelop?

Grzegorz Sobanski silk at boktor.net
Mon Feb 19 04:56:59 EST 2007


* John Anderson <sontek at gmail.com> [2007-02-19 10:21]:
> So, to clarify, what i'm looking for is:
> 1. What commands do you use to build usually

make

(or if Makefiles.am, configure.in, etc changed - ./autogen.sh ...)

> 3. How do you launch a newly compiled md from console without installing
> it?  MonoDevelop.StartUp doesn't produce an executable

make run
I once asked the same question ;D

> 4. Any other tips on working on md

Like in all programming - have a lot of patience ;)


-- 
Grzegorz "Silk" Sobański                        silk (at) boktor.net
Error messages from an old Apple C compiler:       http://boktor.net
Call me paranoid but finding '/*' 
inside this comment makes me suspicious


More information about the Monodevelop-list mailing list