You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -72,10 +72,10 @@ We don't _yet_ have support for building managed code on Linux, so you'll need a
72
72
You will build ```mscorlib.dll``` out of the coreclr repository and the rest of the framework that out of the corefx repository. For mscorlib (from a regular command prompt window) run:
73
73
74
74
```
75
-
D:\git\coreclr> build.cmd unixmscorlib
75
+
D:\git\coreclr> build.cmd linuxmscorlib
76
76
```
77
77
78
-
The output is placed in ```binaries\intermediates\Unix.x64.Debug\mscorlib.dll```. You'll want to copy this to the runtime folder on your Linux machine. (e.g. ```~/coreclr-demo/runtime```)
78
+
The output is placed in ```bin\obj\Unix.x64.Debug\mscorlib.dll```. You'll want to copy this to the runtime folder on your Linux machine. (e.g. ```~/coreclr-demo/runtime```)
79
79
80
80
For the rest of the framework, you need to pass some special parameters to build.cmd when building out of the CoreFX repository.
0 commit comments