From 01eb9154ef3a26dd6d9b3c53c99a9560d655e4ea Mon Sep 17 00:00:00 2001 From: Grzegorz Latosinski Date: Mon, 7 Oct 2024 00:55:15 +0200 Subject: [PATCH] [#66667] README.md: Added installation of patch Signed-off-by: Grzegorz Latosinski --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e177bc..0d70125 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ To be able to build and use the project, you need the folowing dependencies: * `jq` * `curl` * `west` +* `patch` * `CMake` On Debian-based Linux distributions, install the dependencies as follows: @@ -105,7 +106,7 @@ sudo apt update sudo apt install -y --no-install-recommends ccache curl device-tree-compiler dfu-util file \ g++-multilib gcc gcc-multilib git jq libmagic1 libsdl2-dev make ninja-build \ python3-dev python3-pip python3-setuptools python3-tk python3-wheel python3-venv \ - mono-complete wget xxd xz-utils + mono-complete wget xxd xz-utils patch ``` ### Cloning the project and preparing the environment