Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md « Documentation - github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bcca1faeb60fab9f27bb2a8e98330f68aabc168f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Introduction to CoreRT Repo

This is the repo for CoreRT, the .NET Core runtime optimized for AOT (Ahead of Time) compilation scenarios. This project is in early stages of its development. [The high-level engineering plan](high-level-engineering-plan.md) lists major parts that needs to come together for it to become a complete runtime for .NET Core.

## Architecture

- [Intro to .NET Native and CoreRT](intro-to-corert.md)
- [High-level Engineering Plan](high-level-engineering-plan.md)

## Developer Guide

- [Prerequisites for building](prerequisites-for-building.md)
- [How to build and run from the Command Line](how-to-build-and-run-ilcompiler-in-console-shell-prompt.md)
- [How to build and run from Visual Studio](how-to-build-and-run-ilcompiler-in-visual-studio-2015.md)
- [How to run tests](how-to-run-tests.md)
- [Cross Compilation for ARM on Linux](cross-building.md)