[Mono-devel-list] Packaging mono applications

Ben Davis ben at xsusio.com
Thu Mar 24 10:20:54 EST 2005


Jonathan Pryor wrote:

>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"
>
Ha!  Lucky for me I already own the book -- I just forgot I had it :-)   
I stayed up fairly late last night figuring out how it all works, and I 
successfully (as far as I can tell) compiled a .dll and installed it 
into the GAC using autotools.

My next question is this:  How do I make it so that the package can 
appear in the GAC in Monodevelop?  After the package was installed, I 
fired up Monodevelop to see if my DLL appeared in the GAC, but it was 
not there. Is there something else I need to do?



More information about the Mono-devel-list mailing list