Skip to content

Commit 0c16520

Browse files
committed
readme
1 parent 267c64a commit 0c16520

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Build .NET <strike>Core</strike> 9 under FreeBSD
22

3-
# Hacky way for native build, tested with v9.preview.7
3+
# 2025
4+
- TODO v10
5+
- some steps I always forget [how to bootstrap](https://github.com/dotnet/runtime/issues/14537#issuecomment-1958400639)
6+
7+
# Hacky way for native build, tested with v9.preview.7, old, use ports
48
- for cross build sdk, patch needed for runtime to output proper ilc - https://patch-diff.githubusercontent.com/raw/dotnet/runtime/pull/105004.patch
59
- also this one might be needed https://github.com/dotnet/runtime/pull/105587.patch
610
- if sdk will fail with missing runtime, extract freshly built runtime from artifacts into sdk/.dotnet dir
@@ -19,7 +23,7 @@
1923
- build aspnet (do not build with node/npm installed)
2024
- build sdk
2125

22-
# New News (2024)
26+
# Old New News (2024)
2327
- We how have **community made** port under [FreeBSD ports](https://github.com/freebsd/freebsd-ports/tree/main/lang/dotnet) for x64/amd64 and aarch64
2428
- `/usr/ports/lang/dotnet/make install` or `pkg install` will get you up and running
2529
- to speed up port build, use `install_tools.sh` first, unless you like everything from source

0 commit comments

Comments
 (0)