On Tue, Jan 13, 2009 at 7:33 PM, Mathflair <[email protected]> wrote: > I am developing an application that uses the Mono framework. I am wondering > if there is any sort of installer I can bundle when I distribute my product > that will install mono on the systems that don't have it. I know that in > windows I can bundle my exe with another executable that will install the > .NET framework on the target computer. Is there such a thing for mono in > linux and mac?
For Linux you could use mkbundle, but note that this limits the architectures that your binary will run on. It would be better to require that users install Mono themselves, using their distro's package manager. If you are going to go the bundle route then at least provide a non-bundled version so that people like me don't get frustrated trying to install it. -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
