[MonoDevelop] Publishing application using MonoDevelop IDE on Windows

Doug Blank doug.blank at gmail.com
Fri Oct 19 17:43:42 UTC 2012


On Fri, Oct 19, 2012 at 1:32 PM, Chuck McCrobie <mccrobie2000 at gmail.com> wrote:
> 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.

I asked the same basic question here:

http://stackoverflow.com/questions/12145204/mono-install-on-windows-mac

Gist: look to a successful cross-platform example, like Banshee.

I haven't done this yet, but if there is anyone that would like to
work together on any aspect of this (making it easy, developing tools,
documentation, etc) I'd be willing to help.

-Doug

>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list


More information about the Monodevelop-list mailing list