From fdeb97ee3bcf23d8a75b514d588f8dc4d36c8088 Mon Sep 17 00:00:00 2001 From: Egor Tsyganchuk Date: Tue, 31 Mar 2026 08:43:55 +0300 Subject: [PATCH] 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. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 00c6cc0..e99ce4f 100644 --- a/README.md +++ b/README.md @@ -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. Загрузка исходников