提交 f0182f76 编写于 作者: J Jared Parsons

Update Building for Core CLR.md

上级 9b1359ee
......@@ -18,7 +18,11 @@ powershell script
[src/Tools/CopyCoreClrRuntime/CopyCoreClrRuntime.ps1](../../src/Tools/CopyCoreClrRuntime/CopyCoreClrRuntime.ps1)
with the path to the output directory as the parameter.
If you then wish to build the csc project with the CoreCLR compiler, simply set
the CscToolPath environment variable to the core-clr path on your machine and
the CscToolExe variable to `csc.exe`. Finally, rebuild the csc -- this should
build csc.exe with the CoreCLR-compatible csc.exe.
### Dogfooding the compiler
If you then wish to dogfood the CoreCLR copmilers while developing Roslyn then set
the BootstrapBuildPath environment variable (or at the MSBuild command line) to
point to the core-clr directory.
> msbuild /p:BootstrapBuildPath=<path-to-core-clr-dir>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册