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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCW2 <cw2@users.noreply.github.com>2016-09-06 23:24:28 +0300
committerJan Kotas <jkotas@microsoft.com>2016-09-06 23:24:28 +0300
commit48006b76ba7ca16b67fa3856007eb455c6e5cea3 (patch)
tree251a0f4a19f24b3c33cc6011859d447b48ece4ea /Documentation
parent60fde3088f8d6d9c6cadd18105313ec62cc2d395 (diff)
Update how-to-build-and-run-ilcompiler-in-visual-studio-2015.md (#1799)
Added note about NuGet package download size and required space.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/how-to-build-and-run-ilcompiler-in-visual-studio-2015.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/how-to-build-and-run-ilcompiler-in-visual-studio-2015.md b/Documentation/how-to-build-and-run-ilcompiler-in-visual-studio-2015.md
index 9161d0767..ef576a899 100644
--- a/Documentation/how-to-build-and-run-ilcompiler-in-visual-studio-2015.md
+++ b/Documentation/how-to-build-and-run-ilcompiler-in-visual-studio-2015.md
@@ -18,6 +18,8 @@ If you changed `c:\corert\src\ILCompiler\repro\project.json`
build.cmd clean
```
+_Note: The size of NuGet packages is approximately 2.75 GB, so download might take a few moments based on the speed of your internet connection. The build artifacts require additional ~1 GB, thus make sure you have at least 4 GB of free space._
+
## Using RyuJIT ##
1. Open c:\corert\src\ILCompiler\ILCompiler.sln in VS