[MonoDevelop] how to set up a cross platform build?

Jason Perkins starkos at gmail.com
Thu Jan 22 07:48:31 EST 2009


On Thu, Jan 22, 2009 at 7:24 AM, Martin Matusiak <numerodix at gmail.com> wrote:
> So what I'm looking for is a way to build the application from the
> command line, and in such a way that it works across platforms. To
> that end, I am somewhat surprised that Monodevelop does not seem to
> embrace nant, which would, on the face of it, seem ideal for this.

Have you looked at Premake (http://industriousone.com/premake)?
Assuming you are using C#, it can generate GMake makefiles against
Mono or MS.NET, as well as solutions for Visual Studio, MonoDevelop,
and SharpDevelop.

HTH


More information about the Monodevelop-list mailing list