Skip to content

Commit 4d03f2c

Browse files
author
Szczepan Ćwiklińśki
committed
extra notes
1 parent 110ad33 commit 4d03f2c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
1. Run as root `install_tools.sh`
1010
1. `init.sh`
11-
1. `build_runtime.sh`
11+
1. `build_runtime.sh` - add `-v d` inside if it will fail with SEHExceptions...
1212
1. (try to skip this and goto `build_aspnetcore.sh`) `build_installer_without_aspnet.sh`
1313
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/`
1515
1. `build_installer.sh`
1616
1. Get and use `installer/artifacts/packages/Release/Shipping/dotnet-sdk-*-freebsd-x64.tar.gz`
1717
1. `clean.sh` if you want to save disk space after use

init.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ if [ ! -d aspnetcore ]; then
4646
./bsd_dotnet_install.sh $SDKZIP aspnetcore
4747

4848
aspnetcore/.dotnet/dotnet nuget add source ../runtime/artifacts/packages/Release/Shipping/ --name local --configfile aspnetcore/NuGet.config
49+
aspnetcore/.dotnet/dotnet nuget add source ../nuget --name local2 --configfile aspnetcore/NuGet.config
4950

5051
patch -d aspnetcore < patches/aspnetcore.patch
5152
fi

0 commit comments

Comments
 (0)