[MonoDevelop] Publishing application using MonoDevelop IDE on Windows
    Chuck McCrobie 
    mccrobie2000 at gmail.com
       
    Fri Oct 19 17:32:25 UTC 2012
    
    
  
2pietjuh2 wrote:
> Hi,
>
> I created an application using MonoDevelop. I used GTK#. It runs fine in the
> debugger. Now I want to make an installer for ubuntu, windows and mac. But I
> can not figure how I should do this.
>
> Who can help me out here?
>
> Thanks,
>
For Windows, I use InnoSetup, but there are other free installer makers. 
  You'll need to figure out the steps required to install your 
application and the files needed.
For ubuntu, you'll have to learn how ubuntu installs things.  I'm more 
familiar with Fedora - on Fedora, you must make an RPM through use of a 
.spec file.  You can include the files for the application and pre/post 
installation scripts.
Mac, I don't know - may be someone else can help.
    
    
More information about the Monodevelop-list
mailing list