This page has info about Bundles with mkbundle
, but when I tried to use it on Mac, I got this error message.
delegate> mkbundle delegate.exe
I had to take the following steps.
--static
option. Just run mkbuild BINARY
. With the option --deps, it seems to embed more dlls. You can use -z option to zip the embedded libraries. You may get more hints from this, and this. Mono's mkbundle is explained in this.