1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-10 01:50:53 +09:00

Merge branch 'main' into Net8ChangesSecondAttempt

This commit is contained in:
Viktor Hofer 2022-11-29 15:21:43 +01:00 committed by GitHub
commit b0c8d0b03e
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
433 changed files with 7636 additions and 6682 deletions

View file

@ -43,7 +43,7 @@ Install the following packages for the toolchain:
* ninja-build (optional, enables building native code with ninja instead of make)
```bash
sudo apt install -y cmake llvm lld clang build-essential
sudo apt install -y cmake llvm lld clang build-essential \
python-is-python3 curl git lldb libicu-dev liblttng-ust-dev \
libssl-dev libnuma-dev libkrb5-dev zlib1g-dev ninja-build
```