[Mono-devel-list] Packaging mono applications

Jonathan Pryor jonpryor at vt.edu
Thu Mar 24 07:15:21 EST 2005


On Wed, 2005-03-23 at 14:07 -0600, Ben Davis wrote:
> I'd like to learn more about how to package my applications and 
> libraries in linux.  For instance, how can I make it so that someone can 
> do the usual "./configure; make; make install"  to install something?   
> What do I need to do to have my library (a compiled .dll) installed in 
> the GAC when someone does a "configure; make; make install" ?

Use can use the auto* tools to build your application.

See "Mono: A Developers Handbook":

http://www.amazon.com/exec/obidos/tg/detail/-/0596007922/qid=1111666434/sr=8-1/ref=pd_csp_1/103-1614822-0756663?v=glance&s=books&n=507846

Or see how monodoc and MonoDevelop use the auto* tools:

	http://mono.myrealbox.com/source/trunk/monodoc/
	http://mono.myrealbox.com/monodevelop/trunk/MonoDevelop/

 - Jon




More information about the Mono-devel-list mailing list