Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Just for thought; can i bundle mono with my application package. So that if not installed then it get installed automatically.

share|improve this question

1 Answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.