Can we bundle mono in our installation package?
Just for thought; can i bundle mono with my applicati开发者_StackOverflow社区on package. So that if not installed then it get installed automatically.
You could, but don't. Instead, just require the distro's Mono packages.
Alternatively, you might use Mono Linker + mkbundle, but this is not the preferred way to do things.
精彩评论