C#C
C#11mo ago
SoftStone

✅Build NET9 from source

How to fix this, does anyone know?
I try build dotnet/dotnet repo following instructions in:
https://github.com/dotnet/dotnet/blob/main/README.md#dev-instructions

What i do:
  1. Clone repohttps://github.com/dotnet/dotnet/and switch to `release/9.0.1xx branch`
  2. Execute```./prep-source-build.sh```
  3. On machine i install dependencies
apt install -y cmake llvm lld clang build-essential \
  python-is-python3 curl git lldb libicu-dev liblttng-ust-dev \
  libssl-dev libkrb5-dev ninja-build pigz cpio
  
apt install -y build-essential gettext locales cmake llvm clang lld lldb liblldb-dev libunwind8-dev libicu-dev liblttng-ust-dev \
                libssl-dev libkrb5-dev zlib1g-dev pigz cpio
                
sudo apt install build-essential checkinstall zlib1g-dev libssl-dev -y

  1. Try to build
    ./build.sh -sb --clean-while-building

    and.. i get error
image.png
GitHub
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK from source - dotnet/dotnet
GitHub
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK from source - dotnet/dotnet
Was this page helpful?