Update README.md to include bzip2 installation instructions for Ubuntu/WSL

- Added bzip2 to the list of required tools for building.
- Provided a command snippet for installing the necessary packages, enhancing clarity for users setting up the environment.
This commit is contained in:
2026-03-31 08:43:55 +03:00
parent d16bb178b0
commit fdeb97ee3b

View File

@@ -40,9 +40,17 @@
- gcc (или другой C-компилятор для хоста)
- cmake
- wget
- bzip2
- tar
- стандартные утилиты (grep, sed и т.д.)
Для Ubuntu/WSL можно установить минимальный набор так:
```bash
sudo apt update
sudo apt install -y make gcc g++ cmake wget bzip2 tar sed grep xz-utils
```
## Использование
### 1. Загрузка исходников