From 91d9de16c512bf6433be9cba85c6c50e60167cce Mon Sep 17 00:00:00 2001 From: Ivan Velickovic Date: Wed, 22 May 2024 00:04:02 +1000 Subject: [PATCH] README: update for rewritten tool Signed-off-by: Ivan Velickovic --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 721f17942..300872093 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ This section attempts to list the packages or external development tools which a At this stage it may be incomplete. Please file an issue if additional packages are required. +* Rust and Cargo * git * make * python3.9 @@ -56,6 +57,7 @@ To build the documentation you also need On a Debian-like system you can do: + $ curl https://sh.rustup.rs -sSf | sh $ sudo apt install build-essential git cmake ninja-build \ device-tree-compiler libxml2-utils \ pandoc texlive-latex-base texlive-latex-recommended \ @@ -74,6 +76,7 @@ To use this: On macOS, with the [Homebrew](https://brew.sh) package manager you can do: + $ curl https://sh.rustup.rs -sSf | sh $ brew install pandoc cmake dtc ninja qemu libxml2 python@3.9 coreutils texlive qemu Additonally, a number of Python libraries are needed.