[Mono-list] Pre-compiled Assemblies
Gonzalo Paniagua Javier
gonzalo.mono at gmail.com
Tue Jul 14 21:33:45 EDT 2009
On Mon, 2009-07-13 at 22:06 -0400, Abe Gillespie wrote:
> I thought there existed a package of pre-compiled assemblies available
> for download. My problem is while compiling Mono my machine runs out
> of memory (162mb) during compilation of the core assemblies.
> Specifically it dies while processing (generating?)
> mono-2.4.2.1/mcs/docs/netdocs.tree. Now if I use the
> --disable-mcs-build option then I can successfully build but I don't
> have any assemblies to install on my system.
>
> Would someone point me to the package (if I'm not making that up) or
> offer some assistance?
When running configure or autogen.sh in the 'mono' directory, add this:
--with-mcs-docs=no
and the documentation won't be built.
-Gonzalo
More information about the Mono-list
mailing list