Skip to content

Commit

Permalink
[#66667] README.md: Added installation of patch
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
  • Loading branch information
glatosinski committed Oct 6, 2024
1 parent f8518e7 commit 01eb915
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 01eb915

Please sign in to comment.