File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ Build the Framework Native Components
9393======================================
9494
9595``` sh
96- janhenke@freebsd-frankfurt:~ /git/corefx$ ./build.sh native
96+ janhenke@freebsd-frankfurt:~ /git/corefx$ ./build-native .sh
9797janhenke@freebsd-frankfurt:~ /git/corefx$ cp bin/FreeBSD.x64.Debug/Native/* .so ~ /coreclr-demo/runtime
9898```
9999
@@ -113,7 +113,7 @@ The output is placed in `bin\Product\FreeBSD.x64.Debug\mscorlib.dll`. You'll wa
113113For the rest of the framework, you need to pass some special parameters to build.cmd when building out of the CoreFX repository.
114114
115115```
116- D:\git\corefx> build.cmd /p:OSGroup =Linux /p:SkipTests=true
116+ D:\git\corefx> build-managed .cmd -os =Linux -target-os=Linux -SkipTests
117117```
118118
119119Note: We are using the Linux build currently, as CoreFX does not yet know about FreeBSD.
Original file line number Diff line number Diff line change @@ -112,7 +112,8 @@ Build CoreCLR Debug x64 on Linux and copy mscorlib.dll from ./bin/Product/Linux.
112112Build CoreFX Debug x64 on Linux and copy bin/ to NetBSD machine under /public/bin:
113113
114114```
115- ./build.sh /p:OSGroup=NetBSD /p:SkipTests=true
115+ ./build-native.sh -os=NetBSD
116+ ./build-managed.sh NetBSD -SkipTests
116117```
117118
118119Run ./run-test.sh:
You can’t perform that action at this time.
0 commit comments