[Mono-list] Bundling Mono
Orfeo
orfeo.davia at gmail.com
Wed Mar 25 19:13:52 EDT 2009
see
http://www.mono-project.com/Guide:Running_Mono_Applications
For example, if my.exe is compiled with:
gmcs -r:my.dll -o my.exe *.cs
To create a bundle:
mkbundle --deps -o mybundle.exe my.exe my.dll
The resulting executable is self contained and does not need the Mono
runtime installed to run.
Ozzapoo wrote:
>
> Hi. I have a .net executable which I wish to bundle with mono, so that
> people without the .net framework can run it. However, I don't know how I
> can do this on windows. Can anyone help?
>
--
View this message in context: http://www.nabble.com/Bundling-Mono-tp22640492p22712880.html
Sent from the Mono - General mailing list archive at Nabble.com.
More information about the Mono-list
mailing list