Skip to content

Commit 95a00b2

Browse files
authored
Update documentation on how to build corefx (dotnet#6594)
1 parent e444d65 commit 95a00b2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Documentation/building/freebsd-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
9797
janhenke@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
113113
For 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

119119
Note: We are using the Linux build currently, as CoreFX does not yet know about FreeBSD.

Documentation/building/netbsd-instructions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ Build CoreCLR Debug x64 on Linux and copy mscorlib.dll from ./bin/Product/Linux.
112112
Build 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

118119
Run ./run-test.sh:

0 commit comments

Comments
 (0)