You've already forked linux-packaging-mono
Imported Upstream version 5.0.0.42
Former-commit-id: fd56571888259555122d8a0f58c68838229cea2b
This commit is contained in:
parent
1190d13a04
commit
6bdd276d05
17
external/corert/Documentation/README.md
vendored
Normal file
17
external/corert/Documentation/README.md
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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 build and run from VSCode](how-to-build-and-run-ilcompiler-in-vscode.md)
|
||||
- [How to run tests](how-to-run-tests.md)
|
||||
- [Cross Compilation for ARM on Linux](cross-building.md)
|
||||
Reference in New Issue
Block a user