This guide provides instructions (mostly as links) on how to build the repo and implement improvements. It will expand over time.
The CoreFX repo can be built from a regular, non-admin command prompt. The build produces multiple managed binaries that make up the CoreFX libraries and the accompanying tests. The repo can be built for the following platforms, using the provided instructions.
Chip | Windows | Linux | OS X | FreeBSD |
---|---|---|---|---|
x64 | ● | ◒ | ◒ | ◒ |
x86 | ◯ | ◯ | ◯ | ◯ |
ARM32 | ◯ | ◯ | ◯ | ◯ |
Instructions | Instructions | Instructions | Instructions |
The CoreFX build and test suite is a work in progress, as are the building and testing instructions. The .NET Core team and the community are improving Linux and OS X support on a daily basis are and adding more tests for all platforms. See CoreFX Issues to find out about specific work items or report issues.