From 3b6ac5d088a4813f83d2b118610df5acea584543 Mon Sep 17 00:00:00 2001 From: Dmitriy Akulov Date: Wed, 28 Aug 2024 13:49:53 +0200 Subject: [PATCH] missing dep --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a18be5..560e334 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ The script was tested on Ubuntu 22.04 LTS. First install the required software: ``` -apt update -y && apt install gawk wget git diffstat unzip texinfo gcc build-essential chrpath socat cpio python3 python3-pip python3-pexpect xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev xterm python3-subunit mesa-common-dev zstd liblz4-tool +apt update -y && apt install gawk wget git diffstat unzip texinfo gcc build-essential chrpath socat cpio python3 python3-pip python3-pexpect xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev xterm python3-subunit mesa-common-dev zstd liblz4-tool file ``` Next create a user for the compilation process and clone this repo locally.