[MonoDevelop] Building a minimal standalone mono runtime + mcs

Alan alan.mcgovern at gmail.com
Fri Mar 1 13:20:39 UTC 2013


Depending on your OS of choice, this could be done already. Mono on
windows and mac typically comes as a single installer. If you want to
remove bloat you can simply delete assemblies which you do not
require.

Mono for Debian is split up into many packages already, so you'd get
the 'minimal' install by default as you only install exactly what it
is you require.

Alan

On 1 March 2013 12:30, Emile Bosch <mielzpost at gmail.com> wrote:
> Hi!,
>
> I have a little quest of mine to build a minimal mono runtime and compiler.
> Basically what i want to do is remove
> all the bloat which is not necessary to run .net apps.
>
> If possible i want to elimate so much that a standalone MCS and MONO
> remains. The objective of this quest is to
> make something which is simliar to node and runs on linux. Not necessarily
> async, but easily installable, lightweight. And doesn't come
> with the standard microsoft bloat.
>
> Is there someone around on the mailing list which has done something
> similar, or can give me some pointers on how to get started?
> I was even thinking of maybe using a different mscorlib to reduce the size
> even further.
>
> Thanks a lot,
>
> Emile Bosch
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>


More information about the Monodevelop-list mailing list