You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,10 @@
8
8
9
9
1. Run as root `install_tools.sh`
10
10
1.`init.sh`
11
-
1.`build_runtime.sh`
11
+
1.`build_runtime.sh` - add `-v d` inside if it will fail with SEHExceptions...
12
12
1. (try to skip this and goto `build_aspnetcore.sh`) `build_installer_without_aspnet.sh`
13
13
1. (try to skip this and goto `build_aspnetcore.sh`) run `tar zxfv ../../installer/artifacts/packages/Release/Shipping/dotnet-sdk-6.0.101-freebsd-x64.tar.gz` inside `aspnetcore/.dotnet` to extract newly created SDK
14
-
1.`build_aspnetcore.sh`
14
+
1.`build_aspnetcore.sh` - as for now, this one need v7 SDK - grab one and do `./bsd_dotnet_install.sh sdk7.tgz aspnetcore/`
15
15
1.`build_installer.sh`
16
16
1. Get and use `installer/artifacts/packages/Release/Shipping/dotnet-sdk-*-freebsd-x64.tar.gz`
17
17
1.`clean.sh` if you want to save disk space after use
0 commit comments