- 
                Notifications
    
You must be signed in to change notification settings  - Fork 138
 
Closed
dotnet/sdk
#48433Labels
area-docDocumentation improvementsDocumentation improvements
Description
Description
I try build dotnet/dotnet repo following instructions in:
https://github.com/dotnet/dotnet/blob/main/README.md#dev-instructions
but i get error.
Reproduction Steps
- 
Clone repo
https://github.com/dotnet/dotnet/
and switch to release/9.0.1xx branch - 
Execute
 
./prep-source-build.sh
- 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
- Try to build
 
./build.sh -sb --clean-while-building
Expected behavior
Successfully build SDK
Actual behavior
Get Error
Regression?
No response
Known Workarounds
No response
Configuration
OS is Debian 12
Other information
No response
Metadata
Metadata
Assignees
Labels
area-docDocumentation improvementsDocumentation improvements
Type
Projects
Status
Done
Status
Done
