[Mono-dev] What directories/files needed to distribute a mono runtime from a build?
Jonathan Pobst
monkey at jpobst.com
Tue Dec 28 00:44:37 EST 2010
On 12/27/2010 11:30 PM, CodeSlinger wrote:
> Would mono/bin, mono/lib/mono/gac and mono/lib/mono/4.0 then be EVERYTHING
> for a 4.0 runtime?
Probably not, to have EVERYTHING for a 4.0 runtime, you would probably
need EVERYTHING.
For example, there is some stuff in /etc/mono/4.0 that your application
may need for cryptography, asp.net support, etc.
If you are using the Winforms browser control, you would need xulrunner.
If you are using System.Drawing, you would need libgdiplus.
etc.
I would assume *most* everything that Mono ships is needed for some use
case, or else it wouldn't be shipped.
Jonathan
More information about the Mono-devel-list
mailing list