[MonoDevelop] Publishing application using MonoDevelop IDE on Windows

Jonathan Ballard dzonatas at gmail.com
Fri Oct 19 18:23:03 UTC 2012


Add the Gtk DLL to the resources (i.e. resx).

Monodevelop SHOULD have plain text source compilation, like with CPP,
built-in; otherwise, it is the incremental build option in Visual Studio
with .bat files enabled on primary compilation stage.

No need for the hadoop on .bat files. Save your breath.

On Friday, October 19, 2012, Doug Blank wrote:

> On Fri, Oct 19, 2012 at 1:32 PM, Chuck McCrobie <mccrobie2000 at gmail.com<javascript:;>>
> 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 <javascript:;>
> > http://lists.ximian.com/mailman/listinfo/monodevelop-list
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com <javascript:;>
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20121019/debc0195/attachment.html>


More information about the Monodevelop-list mailing list