1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-11 02:13:38 +09:00

Updated paths that contained Unix to Linux

Commit migrated from 33216672f3
This commit is contained in:
taylorjonl 2015-04-27 09:31:55 -06:00
parent 9520a8f053
commit aa2ad18d41

View file

@ -71,7 +71,7 @@ You will build ```mscorlib.dll``` out of the coreclr repository and the rest of
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 FreeBSD machine. (e.g. ```~/coreclr-demo/runtime```)
The output is placed in ```bin\Product\Linux.x64.Debug\mscorlib.dll```. You'll want to copy this to the runtime folder on your FreeBSD 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.
@ -83,7 +83,7 @@ Note: We are using the Linux build currently, as CoreFX does not yet know about
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 FreeBSD. (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 FreeBSD. (e.g ```~/coreclr-demo/runtime```).
After you've done these steps, the runtime directory on FreeBSD should look like this: