1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-11 18:20:26 +09:00

Merge pull request dotnet/coreclr#857 from chribben/patch-1

Update linux-instructions.md

Commit migrated from 91eb5273b2
This commit is contained in:
Jan Kotas 2015-04-28 15:19:38 -07:00
commit f1c91d4ea8

View file

@ -78,7 +78,7 @@ You will build ```mscorlib.dll``` out of the coreclr repository and the rest of
D:\git\coreclr> build.cmd linuxmscorlib D:\git\coreclr> build.cmd linuxmscorlib
``` ```
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```) The output is placed in ```bin\obj\Linux.x64.Debug\mscorlib.dll```. You'll want to copy this to the runtime folder on your Linux machine. (e.g. ```~/coreclr-demo/runtime```)
For the rest of the framework, you need to pass some special parameters to build.cmd when building out of the CoreFX repository. For the rest of the framework, you need to pass some special parameters to build.cmd when building out of the CoreFX repository.
@ -88,7 +88,7 @@ D:\git\corefx> build.cmd /p:OSGroup=Linux /p:SkipTests=true
It's also possible to add ```/t:rebuild``` to the build.cmd to force it to delete the previously built assemblies. It's also possible to add ```/t:rebuild``` to the build.cmd to force it to delete the previously built assemblies.
For the purposes of Hello World, you need to copy over both ```bin\Unix.AnyCPU.Debug\System.Console\System.Console.dll``` and ```bin\Unix.AnyCPU.Debug\System.Diagnostics.Debug\System.Diagnostics.Debug.dll``` into the runtime folder on Linux. (e.g ```~/coreclr-demo/runtime```). For the purposes of Hello World, you need to copy over both ```bin\Linux.AnyCPU.Debug\System.Console\System.Console.dll``` and ```bin\Linux.AnyCPU.Debug\System.Diagnostics.Debug\System.Diagnostics.Debug.dll``` into the runtime folder on Linux. (e.g ```~/coreclr-demo/runtime```).
After you've done these steps, the runtime directory on Linux should look like this: After you've done these steps, the runtime directory on Linux should look like this: