Update Linux and OS X build instructions
authorNate Amundson <naamunds@microsoft.com>
Wed, 21 Oct 2015 22:43:26 +0000 (17:43 -0500)
committerNate Amundson <naamunds@microsoft.com>
Wed, 21 Oct 2015 22:43:26 +0000 (17:43 -0500)
commitf41a741ab243eccf158e82d92af66376d94c425a
tree468459a4a0d6c6df69abce588f50fd4ca74c5ef3
parentd0f1628dc2ab5d7a4cf730b9fdf52e000cf2bec8
Update Linux and OS X build instructions

CoreClr (including mscorlib) and CoreFx can now be built using Mono on
both Linux and OS X; this change updates the instructions to reflect
that.  It also moves the instructions for the alternative option of
building the x-plat bits on Windows to cross-building.md.

This change also adds System.Globalization.Native, which is now
necessary.

At some point the FreeBSD documentation should also be updated to be
consistent with the Linux and OS X instructions; ideally, they should be
combined into one file, as discussed in https://github.com/dotnet/coreclr/issues/1590.

Commit migrated from https://github.com/dotnet/coreclr/commit/38787b0d6802eb6138b9ea1653d6fa8ed8063a42
docs/coreclr/building/cross-building.md
docs/coreclr/building/freebsd-instructions.md
docs/coreclr/building/linux-instructions.md
docs/coreclr/building/osx-instructions.md